Html Css Color HEX #C0082E Cardinal

📋 copy color: '#C0082E'

red 192 ◦ green 8 ◦ blue 46

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

Shades of Cardinal #C0082E

Tints of Cardinal #C0082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

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

R = 78.05%
G = 3.25%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0082E (or 0xC0082E) is known color: Cardinal. HEX triplet: C0, 08 and 2E. RGB value is (192,8,46). Sum of RGB (Red+Green+Blue) = 192+8+46=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C0082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0082E is #3FF7D1. Grayscale: #434343. Windows color (decimal): -4192210 or 3016896. OLE color: 3016896.

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

Color convert

RGB 192 8 46 -
CMYK 0 0.96 0.76 0.25
HSL 347.61º 0.92% 0.39% -
HSV(B) 347.61º 0.96% 0.75% -
XYZ 22.32 11.58 3.64 -
YUV 67.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 192 8 46 0 0.96 0.76 0.25 347.61 0.92 0.39
Hex C0 8 2E 0 60 4C 19 15C 5C 27
Octal 300 10 56 0 140 114 31 534 134 47
Binary 11000000 1000 101110 0 1100000 1001100 11001 101011100 1011100 100111

Color Harmonies of #C0082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0082E

Black with #C0082E

Text Example


Text Example

White with #C0082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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