Html Css Color HEX #C40454 Ruby

📋 copy color: '#C40454'

red 196 ◦ green 4 ◦ blue 84

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

Shades of Ruby #C40454

Tints of Ruby #C40454

RGB

 RED value IS 196 (76.95% from 255) = 69.01%

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

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 69.01%
G = 1.41%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C40454 (or 0xC40454) is known color: Ruby. HEX triplet: C4, 04 and 54. RGB value is (196,4,84). Sum of RGB (Red+Green+Blue) = 196+4+84=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C40454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40454 is #3BFBAB. Grayscale: #464646. Windows color (decimal): -3931052 or 5506244. OLE color: 5506244.

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

Color convert

RGB 196 4 84 -
CMYK 0 0.98 0.57 0.23
HSL 335º 0.96% 0.39% -
HSV(B) 335º 0.98% 0.77% -
XYZ 24.41 12.46 9.51 -
YUV 70.53 135.61 217.5 -
System Red Green Blue C M Y K H S L
Decimal 196 4 84 0 0.98 0.57 0.23 335 0.96 0.39
Hex C4 4 54 0 62 39 17 14F 60 27
Octal 304 4 124 0 142 71 27 517 140 47
Binary 11000100 100 1010100 0 1100010 111001 10111 101001111 1100000 100111

Color Harmonies of #C40454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40454

Black with #C40454

Text Example


Text Example

White with #C40454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40454; }

 p { color: rgb(196,4,84); }

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

background-color css

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

 a { background-color: rgb(196,4,84); }

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

border-color css

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

 span { border-color: rgb(196,4,84); }

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