Html Css Color HEX #C32036 Cardinal

📋 copy color: '#C32036'

red 195 ◦ green 32 ◦ blue 54

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

Shades of Cardinal #C32036

Tints of Cardinal #C32036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 69.4%
G = 11.39%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C32036 (or 0xC32036) is known color: Cardinal. HEX triplet: C3, 20 and 36. RGB value is (195,32,54). Sum of RGB (Red+Green+Blue) = 195+32+54=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C32036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32036 is #3CDFC9. Grayscale: #535353. Windows color (decimal): -3989450 or 3547331. OLE color: 3547331.

HSL color Cylindrical-coordinate representation of color #C32036: hue angle of 351.9º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32036 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 54 -
CMYK 0 0.84 0.72 0.24
HSL 351.9º 0.72% 0.45% -
HSV(B) 351.9º 0.84% 0.76% -
XYZ 23.69 12.9 4.73 -
YUV 83.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 195 32 54 0 0.84 0.72 0.24 351.9 0.72 0.45
Hex C3 20 36 0 54 48 18 160 48 2D
Octal 303 40 66 0 124 110 30 540 110 55
Binary 11000011 100000 110110 0 1010100 1001000 11000 101100000 1001000 101101

Color Harmonies of #C32036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32036

Black with #C32036

Text Example


Text Example

White with #C32036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32036; }

 p { color: rgb(195,32,54); }

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

background-color css

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

 a { background-color: rgb(195,32,54); }

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

border-color css

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

 span { border-color: rgb(195,32,54); }

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