Html Css Color HEX #A80F20 Carmine

📋 copy color: '#A80F20'

red 168 ◦ green 15 ◦ blue 32

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

Shades of Carmine #A80F20

Tints of Carmine #A80F20

RGB

 RED value IS 168 (66.02% from 255) = 78.14%

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 78.14%
G = 6.98%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A80F20 (or 0xA80F20) is known color: Carmine. HEX triplet: A8, 0F and 20. RGB value is (168,15,32). Sum of RGB (Red+Green+Blue) = 168+15+32=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F20 is #57F0DF. Grayscale: #3E3E3E. Windows color (decimal): -5763296 or 2101160. OLE color: 2101160.

HSL color Cylindrical-coordinate representation of color #A80F20: hue angle of 353.33º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F20 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 15 32 -
CMYK 0 0.91 0.81 0.34
HSL 353.33º 0.84% 0.36% -
HSV(B) 353.33º 0.91% 0.66% -
XYZ 16.58 8.77 2.19 -
YUV 62.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 168 15 32 0 0.91 0.81 0.34 353.33 0.84 0.36
Hex A8 F 20 0 5B 51 22 161 54 24
Octal 250 17 40 0 133 121 42 541 124 44
Binary 10101000 1111 100000 0 1011011 1010001 100010 101100001 1010100 100100

Color Harmonies of #A80F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F20

Black with #A80F20

Text Example


Text Example

White with #A80F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F20; }

 p { color: rgb(168,15,32); }

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

background-color css

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

 a { background-color: rgb(168,15,32); }

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

border-color css

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

 span { border-color: rgb(168,15,32); }

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