#C01B36

Color #C01B36 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C01B36

Tints of Cardinal #C01B36

Color information

#C01B36 (or 0xC01B36) is unknown color: approx Cardinal. HEX triplet: C0, 1B and 36. RGB value is (192,27,54). Sum of RGB (Red+Green+Blue) = 192+27+54=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B36 is #3FE4C9. Grayscale: #4F4F4F. Windows color (decimal): -4187338 or 3546048. OLE color: 3546048.

HSL color Cylindrical-coordinate representation of color #C01B36: hue angle of 350.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01B36 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1922754-
CMYK00.860.720.25
HSL350.18º75.34%42.94%-
HSV(B)350.18º85.94%75.29%-
XYZ22.812.264.65-
YUV79.41113.66208.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.33%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=70.33%
G=9.89%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192275400.860.720.25350.1875.3442.94
HexC01B36056481915e4b2b
Octal300336601261103153611353
Binary1100000011011110110010101101001000110011010111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01B36; }

 p { color: rgb(192,27,54); }

 H1.HeaderClassName
 {
   color: #C01B36;
 }
 .AnyTagClassName
 {
   color: #C01B36;
 }
</style>
background-color css

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

 a { background-color: rgb(192,27,54); }

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

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

 span { border-color: rgb(192,27,54); }

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