Html Css Color HEX #C42732 Cardinal

📋 copy color: '#C42732'

red 196 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #C42732

Tints of Cardinal #C42732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 68.77%
G = 13.68%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C42732 (or 0xC42732) is known color: Cardinal. HEX triplet: C4, 27 and 32. RGB value is (196,39,50). Sum of RGB (Red+Green+Blue) = 196+39+50=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C42732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42732 is #3BD8CD. Grayscale: #575757. Windows color (decimal): -3922126 or 3286980. OLE color: 3286980.

HSL color Cylindrical-coordinate representation of color #C42732: hue angle of 355.8º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42732 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 39 50 -
CMYK 0 0.80 0.74 0.23
HSL 355.8º 0.67% 0.46% -
HSV(B) 355.8º 0.8% 0.77% -
XYZ 24.07 13.42 4.34 -
YUV 87.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 196 39 50 0 0.80 0.74 0.23 355.8 0.67 0.46
Hex C4 27 32 0 50 4A 17 164 43 2E
Octal 304 47 62 0 120 112 27 544 103 56
Binary 11000100 100111 110010 0 1010000 1001010 10111 101100100 1000011 101110

Color Harmonies of #C42732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42732

Black with #C42732

Text Example


Text Example

White with #C42732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42732; }

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

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

background-color css

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

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

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

border-color css

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

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

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