Html Css Color HEX #C30453 Ruby

📋 copy color: '#C30453'

red 195 ◦ green 4 ◦ blue 83

#C30453
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C30453

Tints of Ruby #C30453

RGB

 RED value IS 195 (76.56% from 255) = 69.15%

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 83 (32.81% from 255) = 29.43%

R = 69.15%
G = 1.42%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C30453 (or 0xC30453) is known color: Ruby. HEX triplet: C3, 04 and 53. RGB value is (195,4,83). Sum of RGB (Red+Green+Blue) = 195+4+83=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C30453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30453 is #3CFBAC. Grayscale: #454545. Windows color (decimal): -3996589 or 5440707. OLE color: 5440707.

HSL color Cylindrical-coordinate representation of color #C30453: hue angle of 335.18º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30453 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 83 -
CMYK 0 0.98 0.57 0.24
HSL 335.18º 0.96% 0.39% -
HSV(B) 335.18º 0.98% 0.76% -
XYZ 24.11 12.31 9.29 -
YUV 70.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 195 4 83 0 0.98 0.57 0.24 335.18 0.96 0.39
Hex C3 4 53 0 62 39 18 14F 60 27
Octal 303 4 123 0 142 71 30 517 140 47
Binary 11000011 100 1010011 0 1100010 111001 11000 101001111 1100000 100111

Color Harmonies of #C30453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30453

Black with #C30453

Text Example


Text Example

White with #C30453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30453; }

 p { color: rgb(195,4,83); }

 H1.HeaderClassName
 {
   color: #C30453;
 }
 .AnyTagClassName
 {
   color: #C30453;
 }
</style>

background-color css

<style>
 a { background-color: #C30453; }

 a { background-color: rgb(195,4,83); }

 div.DivClassName
 {
   background-color: #C30453;
 }
 .BgClassName
 {
   background-color: #C30453;
 }
</style>

border-color css

<style>
 span { border-color: #C30453; }

 span { border-color: rgb(195,4,83); }

 td.TdClassName
 {
   border-color: #C30453;
 }
 .TagClassName
 {
   border-color: #C30453;
 }
</style>