Html Css Color HEX #A80F12 Carmine

📋 copy color: '#A80F12'

red 168 ◦ green 15 ◦ blue 18

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

Shades of Carmine #A80F12

Tints of Carmine #A80F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 83.58%
G = 7.46%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A80F12 (or 0xA80F12) is known color: Carmine. HEX triplet: A8, 0F and 12. RGB value is (168,15,18). Sum of RGB (Red+Green+Blue) = 168+15+18=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F12 is #57F0ED. Grayscale: #3D3D3D. Windows color (decimal): -5763310 or 1183656. OLE color: 1183656.

HSL color Cylindrical-coordinate representation of color #A80F12: hue angle of 358.82º 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 #A80F12 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 15 18 -
CMYK 0 0.91 0.89 0.34
HSL 358.82º 0.84% 0.36% -
HSV(B) 358.82º 0.91% 0.66% -
XYZ 16.43 8.71 1.39 -
YUV 61.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 168 15 18 0 0.91 0.89 0.34 358.82 0.84 0.36
Hex A8 F 12 0 5B 59 22 167 54 24
Octal 250 17 22 0 133 131 42 547 124 44
Binary 10101000 1111 10010 0 1011011 1011001 100010 101100111 1010100 100100

Color Harmonies of #A80F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F12

Black with #A80F12

Text Example


Text Example

White with #A80F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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