Html Css Color HEX #A80F19 Carmine

📋 copy color: '#A80F19'

red 168 ◦ green 15 ◦ blue 25

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

Shades of Carmine #A80F19

Tints of Carmine #A80F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 80.77%
G = 7.21%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A80F19 (or 0xA80F19) is known color: Carmine. HEX triplet: A8, 0F and 19. RGB value is (168,15,25). Sum of RGB (Red+Green+Blue) = 168+15+25=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F19 is #57F0E6. Grayscale: #3E3E3E. Windows color (decimal): -5763303 or 1642408. OLE color: 1642408.

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

Color convert

RGB 168 15 25 -
CMYK 0 0.91 0.85 0.34
HSL 356.08º 0.84% 0.36% -
HSV(B) 356.08º 0.91% 0.66% -
XYZ 16.49 8.74 1.74 -
YUV 61.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 168 15 25 0 0.91 0.85 0.34 356.08 0.84 0.36
Hex A8 F 19 0 5B 55 22 164 54 24
Octal 250 17 31 0 133 125 42 544 124 44
Binary 10101000 1111 11001 0 1011011 1010101 100010 101100100 1010100 100100

Color Harmonies of #A80F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F19

Black with #A80F19

Text Example


Text Example

White with #A80F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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