Html Css Color HEX #C0162E Cardinal

📋 copy color: '#C0162E'

red 192 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #C0162E

Tints of Cardinal #C0162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 73.85%
G = 8.46%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0162E (or 0xC0162E) is known color: Cardinal. HEX triplet: C0, 16 and 2E. RGB value is (192,22,46). Sum of RGB (Red+Green+Blue) = 192+22+46=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0162E is #3FE9D1. Grayscale: #4B4B4B. Windows color (decimal): -4188626 or 3020480. OLE color: 3020480.

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

Color convert

RGB 192 22 46 -
CMYK 0 0.89 0.76 0.25
HSL 351.53º 0.79% 0.42% -
HSV(B) 351.53º 0.89% 0.75% -
XYZ 22.52 11.98 3.71 -
YUV 75.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 192 22 46 0 0.89 0.76 0.25 351.53 0.79 0.42
Hex C0 16 2E 0 59 4C 19 160 4F 2A
Octal 300 26 56 0 131 114 31 540 117 52
Binary 11000000 10110 101110 0 1011001 1001100 11001 101100000 1001111 101010

Color Harmonies of #C0162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0162E

Black with #C0162E

Text Example


Text Example

White with #C0162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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