Html Css Color HEX #C00B42 Cardinal

📋 copy color: '#C00B42'

red 192 ◦ green 11 ◦ blue 66

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

Shades of Cardinal #C00B42

Tints of Cardinal #C00B42

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 71.38%
G = 4.09%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C00B42 (or 0xC00B42) is known color: Cardinal. HEX triplet: C0, 0B and 42. RGB value is (192,11,66). Sum of RGB (Red+Green+Blue) = 192+11+66=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B42 is #3FF4BD. Grayscale: #474747. Windows color (decimal): -4191422 or 4328384. OLE color: 4328384.

HSL color Cylindrical-coordinate representation of color #C00B42: hue angle of 341.77º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B42 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 11 66 -
CMYK 0 0.94 0.66 0.25
HSL 341.77º 0.89% 0.4% -
HSV(B) 341.77º 0.94% 0.75% -
XYZ 22.84 11.84 6.24 -
YUV 71.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 192 11 66 0 0.94 0.66 0.25 341.77 0.89 0.4
Hex C0 B 42 0 5E 42 19 156 59 28
Octal 300 13 102 0 136 102 31 526 131 50
Binary 11000000 1011 1000010 0 1011110 1000010 11001 101010110 1011001 101000

Color Harmonies of #C00B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00B42

Black with #C00B42

Text Example


Text Example

White with #C00B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00B42; }

 p { color: rgb(192,11,66); }

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

background-color css

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

 a { background-color: rgb(192,11,66); }

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

border-color css

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

 span { border-color: rgb(192,11,66); }

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