Html Css Color HEX #C00832 Cardinal

📋 copy color: '#C00832'

red 192 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C00832

Tints of Cardinal #C00832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 76.8%
G = 3.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00832 (or 0xC00832) is known color: Cardinal. HEX triplet: C0, 08 and 32. RGB value is (192,8,50). Sum of RGB (Red+Green+Blue) = 192+8+50=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C00832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00832 is #3FF7CD. Grayscale: #434343. Windows color (decimal): -4192206 or 3279040. OLE color: 3279040.

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

Color convert

RGB 192 8 50 -
CMYK 0 0.96 0.74 0.25
HSL 346.3º 0.92% 0.39% -
HSV(B) 346.3º 0.96% 0.75% -
XYZ 22.4 11.61 4.08 -
YUV 67.8 117.96 216.58 -
System Red Green Blue C M Y K H S L
Decimal 192 8 50 0 0.96 0.74 0.25 346.3 0.92 0.39
Hex C0 8 32 0 60 4A 19 15A 5C 27
Octal 300 10 62 0 140 112 31 532 134 47
Binary 11000000 1000 110010 0 1100000 1001010 11001 101011010 1011100 100111

Color Harmonies of #C00832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00832

Black with #C00832

Text Example


Text Example

White with #C00832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00832; }

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

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

background-color css

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

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

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

border-color css

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

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

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