#C01833

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

Shades of Cardinal #C01833

Tints of Cardinal #C01833

Color information

#C01833 (or 0xC01833) is unknown color: approx Cardinal. HEX triplet: C0, 18 and 33. RGB value is (192,24,51). Sum of RGB (Red+Green+Blue) = 192+24+51=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C01833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01833 is #3FE7CC. Grayscale: #4D4D4D. Windows color (decimal): -4188109 or 3348672. OLE color: 3348672.

HSL color Cylindrical-coordinate representation of color #C01833: hue angle of 350.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01833 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1922451-
CMYK00.880.730.25
HSL350.36º77.78%42.35%-
HSV(B)350.36º87.5%75.29%-
XYZ22.6612.14.27-
YUV77.31113.16209.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=71.91%
G=8.99%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192245100.880.730.25350.3677.7842.35
HexC01833058491915e4e2a
Octal300306301301113153611652
Binary1100000011000110011010110001001001110011010111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01833; }

 p { color: rgb(192,24,51); }

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

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

 a { background-color: rgb(192,24,51); }

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

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

 span { border-color: rgb(192,24,51); }

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