Html Css Color HEX #C40632 Cardinal

📋 copy color: '#C40632'

red 196 ◦ green 6 ◦ blue 50

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

Shades of Cardinal #C40632

Tints of Cardinal #C40632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 77.78%
G = 2.38%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C40632 (or 0xC40632) is known color: Cardinal. HEX triplet: C4, 06 and 32. RGB value is (196,6,50). Sum of RGB (Red+Green+Blue) = 196+6+50=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C40632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40632 is #3BF9CD. Grayscale: #434343. Windows color (decimal): -3930574 or 3278532. OLE color: 3278532.

HSL color Cylindrical-coordinate representation of color #C40632: hue angle of 346.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40632 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 50 -
CMYK 0 0.97 0.74 0.23
HSL 346.11º 0.94% 0.4% -
HSV(B) 346.11º 0.97% 0.77% -
XYZ 23.41 12.1 4.12 -
YUV 67.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 196 6 50 0 0.97 0.74 0.23 346.11 0.94 0.4
Hex C4 6 32 0 61 4A 17 15A 5E 28
Octal 304 6 62 0 141 112 27 532 136 50
Binary 11000100 110 110010 0 1100001 1001010 10111 101011010 1011110 101000

Color Harmonies of #C40632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40632

Black with #C40632

Text Example


Text Example

White with #C40632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40632; }

 p { color: rgb(196,6,50); }

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

background-color css

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

 a { background-color: rgb(196,6,50); }

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

border-color css

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

 span { border-color: rgb(196,6,50); }

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