Html Css Color HEX #A80F2A Carmine

📋 copy color: '#A80F2A'

red 168 ◦ green 15 ◦ blue 42

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

Shades of Carmine #A80F2A

Tints of Carmine #A80F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 74.67%
G = 6.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A80F2A (or 0xA80F2A) is known color: Carmine. HEX triplet: A8, 0F and 2A. RGB value is (168,15,42). Sum of RGB (Red+Green+Blue) = 168+15+42=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F2A is #57F0D5. Grayscale: #3F3F3F. Windows color (decimal): -5763286 or 2756520. OLE color: 2756520.

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

Color convert

RGB 168 15 42 -
CMYK 0 0.91 0.75 0.34
HSL 349.41º 0.84% 0.36% -
HSV(B) 349.41º 0.91% 0.66% -
XYZ 16.74 8.83 3.01 -
YUV 63.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 168 15 42 0 0.91 0.75 0.34 349.41 0.84 0.36
Hex A8 F 2A 0 5B 4B 22 15D 54 24
Octal 250 17 52 0 133 113 42 535 124 44
Binary 10101000 1111 101010 0 1011011 1001011 100010 101011101 1010100 100100

Color Harmonies of #A80F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80F2A

Black with #A80F2A

Text Example


Text Example

White with #A80F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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