#C01A30

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

Shades of Cardinal #C01A30

Tints of Cardinal #C01A30

Color information

#C01A30 (or 0xC01A30) is unknown color: approx Cardinal. HEX triplet: C0, 1A and 30. RGB value is (192,26,48). Sum of RGB (Red+Green+Blue) = 192+26+48=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A30 is #3FE5CF. Grayscale: #4E4E4E. Windows color (decimal): -4187600 or 3152576. OLE color: 3152576.

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

Color convert

RGB1922648-
CMYK00.860.750.25
HSL352.05º76.15%42.75%-
HSV(B)352.05º86.46%75.29%-
XYZ22.6412.163.95-
YUV78.14111209.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 72.18%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=72.18%
G=9.77%
B=18.05%

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
Decimal192264800.860.750.25352.0576.1542.75
HexC01A300564B191604c2b
Octal300326001261133154011453
Binary1100000011010110000010101101001011110011011000001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01A30; }

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

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

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

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

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

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

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

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