Html Css Color HEX #C0082D Cardinal

📋 copy color: '#C0082D'

red 192 ◦ green 8 ◦ blue 45

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

Shades of Cardinal #C0082D

Tints of Cardinal #C0082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 78.37%
G = 3.27%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0082D (or 0xC0082D) is known color: Cardinal. HEX triplet: C0, 08 and 2D. RGB value is (192,8,45). Sum of RGB (Red+Green+Blue) = 192+8+45=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0082D is #3FF7D2. Grayscale: #434343. Windows color (decimal): -4192211 or 2951360. OLE color: 2951360.

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

Color convert

RGB 192 8 45 -
CMYK 0 0.96 0.77 0.25
HSL 347.93º 0.92% 0.39% -
HSV(B) 347.93º 0.96% 0.75% -
XYZ 22.3 11.57 3.54 -
YUV 67.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 192 8 45 0 0.96 0.77 0.25 347.93 0.92 0.39
Hex C0 8 2D 0 60 4D 19 15C 5C 27
Octal 300 10 55 0 140 115 31 534 134 47
Binary 11000000 1000 101101 0 1100000 1001101 11001 101011100 1011100 100111

Color Harmonies of #C0082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0082D

Black with #C0082D

Text Example


Text Example

White with #C0082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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