Html Css Color HEX #C0182E Cardinal

📋 copy color: '#C0182E'

red 192 ◦ green 24 ◦ blue 46

#C0182E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C0182E

Tints of Cardinal #C0182E

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 value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0182E (or 0xC0182E) is known color: 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

RGB 192 24 46 -
CMYK 0 0.88 0.76 0.25
HSL 352.14º 0.78% 0.42% -
HSV(B) 352.14º 0.88% 0.75% -
XYZ 22.56 12.06 3.72 -
YUV 76.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 192 24 46 0 0.88 0.76 0.25 352.14 0.78 0.42
Hex C0 18 2E 0 58 4C 19 160 4E 2A
Octal 300 30 56 0 130 114 31 540 116 52
Binary 11000000 11000 101110 0 1011000 1001100 11001 101100000 1001110 101010

Color Harmonies of #C0182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0182E

Black with #C0182E

Text Example


Text Example

White with #C0182E

Text Example


Text Example

HTML Codes & Css Web 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>