Html Css Color HEX #C01832 Cardinal

📋 copy color: '#C01832'

red 192 ◦ green 24 ◦ blue 50

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

Shades of Cardinal #C01832

Tints of Cardinal #C01832

RGB

 RED value IS 192 (75.39% from 255) = 72.18%

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 72.18%
G = 9.02%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C01832 (or 0xC01832) is known color: Cardinal. HEX triplet: C0, 18 and 32. RGB value is (192,24,50). Sum of RGB (Red+Green+Blue) = 192+24+50=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01832 is #3FE7CD. Grayscale: #4D4D4D. Windows color (decimal): -4188110 or 3283136. OLE color: 3283136.

HSL color Cylindrical-coordinate representation of color #C01832: hue angle of 350.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01832 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 50 -
CMYK 0 0.88 0.74 0.25
HSL 350.71º 0.78% 0.42% -
HSV(B) 350.71º 0.88% 0.75% -
XYZ 22.64 12.09 4.16 -
YUV 77.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 192 24 50 0 0.88 0.74 0.25 350.71 0.78 0.42
Hex C0 18 32 0 58 4A 19 15F 4E 2A
Octal 300 30 62 0 130 112 31 537 116 52
Binary 11000000 11000 110010 0 1011000 1001010 11001 101011111 1001110 101010

Color Harmonies of #C01832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01832

Black with #C01832

Text Example


Text Example

White with #C01832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01832; }

 p { color: rgb(192,24,50); }

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

background-color css

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

 a { background-color: rgb(192,24,50); }

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

border-color css

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

 span { border-color: rgb(192,24,50); }

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