Html Css Color HEX #C0082F Cardinal

📋 copy color: '#C0082F'

red 192 ◦ green 8 ◦ blue 47

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

Shades of Cardinal #C0082F

Tints of Cardinal #C0082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 77.73%
G = 3.24%
B = 19.03%

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

#C0082F (or 0xC0082F) is known color: Cardinal. HEX triplet: C0, 08 and 2F. RGB value is (192,8,47). Sum of RGB (Red+Green+Blue) = 192+8+47=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C0082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0082F is #3FF7D0. Grayscale: #434343. Windows color (decimal): -4192209 or 3082432. OLE color: 3082432.

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

Color convert

RGB 192 8 47 -
CMYK 0 0.96 0.76 0.25
HSL 347.28º 0.92% 0.39% -
HSV(B) 347.28º 0.96% 0.75% -
XYZ 22.34 11.59 3.75 -
YUV 67.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 192 8 47 0 0.96 0.76 0.25 347.28 0.92 0.39
Hex C0 8 2F 0 60 4C 19 15B 5C 27
Octal 300 10 57 0 140 114 31 533 134 47
Binary 11000000 1000 101111 0 1100000 1001100 11001 101011011 1011100 100111

Color Harmonies of #C0082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0082F

Black with #C0082F

Text Example


Text Example

White with #C0082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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