Html Css Color HEX #C0182B Cardinal

📋 copy color: '#C0182B'

red 192 ◦ green 24 ◦ blue 43

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

Shades of Cardinal #C0182B

Tints of Cardinal #C0182B

RGB

 RED value IS 192 (75.39% from 255) = 74.13%

 GREEN value IS 24 (9.77% from 255) = 9.27%

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 74.13%
G = 9.27%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0182B (or 0xC0182B) is known color: Cardinal. HEX triplet: C0, 18 and 2B. RGB value is (192,24,43). Sum of RGB (Red+Green+Blue) = 192+24+43=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0182B is #3FE7D4. Grayscale: #4C4C4C. Windows color (decimal): -4188117 or 2824384. OLE color: 2824384.

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

Color convert

RGB 192 24 43 -
CMYK 0 0.88 0.78 0.25
HSL 353.21º 0.78% 0.42% -
HSV(B) 353.21º 0.88% 0.75% -
XYZ 22.5 12.03 3.42 -
YUV 76.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 192 24 43 0 0.88 0.78 0.25 353.21 0.78 0.42
Hex C0 18 2B 0 58 4E 19 161 4E 2A
Octal 300 30 53 0 130 116 31 541 116 52
Binary 11000000 11000 101011 0 1011000 1001110 11001 101100001 1001110 101010

Color Harmonies of #C0182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0182B

Black with #C0182B

Text Example


Text Example

White with #C0182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0182B; }

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

 H1.HeaderClassName
 {
   color: #C0182B;
 }
 .AnyTagClassName
 {
   color: #C0182B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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