#C0182E

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

Shades of Cardinal #C0182E

Tints of Cardinal #C0182E

Color information

#C0182E (or 0xC0182E) is unknown color: approx Cardinal. HEX triplet: C0, 18 and 2E. RGB value is (192,24,46). Sum of RGB (Red+Green+Blue) = 192+24+46=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C0182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0182E is #3FE7D1. Grayscale: #4C4C4C. Windows color (decimal): -4188114 or 3020992. OLE color: 3020992.

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

Color convert

RGB1922446-
CMYK00.880.760.25
HSL352.14º77.78%42.35%-
HSV(B)352.14º87.5%75.29%-
XYZ22.5612.063.72-
YUV76.74110.66210.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.28%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=73.28%
G=9.16%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192244600.880.760.25352.1477.7842.35
HexC0182E0584C191604e2a
Octal300305601301143154011652
Binary1100000011000101110010110001001100110011011000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0182E; }

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

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

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

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

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

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

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

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