#c01b30

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

Shades of Cardinal #C01B30

Tints of Cardinal #C01B30

Color information

#C01B30 (or 0xC01B30) is unknown color: approx Cardinal. HEX triplet: C0, 1B and 30. RGB value is (192,27,48). Sum of RGB (Red+Green+Blue) = 192+27+48=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B30 is #3FE4CF. Grayscale: #4E4E4E. Windows color (decimal): -4187344 or 3152832. OLE color: 3152832.

HSL color Cylindrical-coordinate representation of color #C01B30: hue angle of 352.36º 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 #C01B30 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1922748-
CMYK00.860.750.25
HSL352.36º75.34%42.94%-
HSV(B)352.36º85.94%75.29%-
XYZ22.6612.23.96-
YUV78.73110.66208.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 27 (10.94% from 255) = 10.11%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=71.91%
G=10.11%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192274800.860.750.25352.3675.3442.94
HexC01B300564B191604b2b
Octal300336001261133154011353
Binary1100000011011110000010101101001011110011011000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c01b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c01b30; }

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

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

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

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

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

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

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

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