Html Css Color HEX #A80415 Carmine

📋 copy color: '#A80415'

red 168 ◦ green 4 ◦ blue 21

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

Shades of Carmine #A80415

Tints of Carmine #A80415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 87.05%
G = 2.07%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A80415 (or 0xA80415) is known color: Carmine. HEX triplet: A8, 04 and 15. RGB value is (168,4,21). Sum of RGB (Red+Green+Blue) = 168+4+21=193 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.05% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 168 - color contains mainly: red. Hex color #A80415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80415 is #57FBEA. Grayscale: #373737. Windows color (decimal): -5766123 or 1377448. OLE color: 1377448.

HSL color Cylindrical-coordinate representation of color #A80415: hue angle of 353.78º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80415 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 21 -
CMYK 0 0.98 0.88 0.34
HSL 353.78º 0.95% 0.34% -
HSV(B) 353.78º 0.98% 0.66% -
XYZ 16.33 8.47 1.48 -
YUV 54.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 168 4 21 0 0.98 0.88 0.34 353.78 0.95 0.34
Hex A8 4 15 0 62 58 22 162 5F 22
Octal 250 4 25 0 142 130 42 542 137 42
Binary 10101000 100 10101 0 1100010 1011000 100010 101100010 1011111 100010

Color Harmonies of #A80415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80415

Black with #A80415

Text Example


Text Example

White with #A80415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80415; }

 p { color: rgb(168,4,21); }

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

background-color css

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

 a { background-color: rgb(168,4,21); }

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

border-color css

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

 span { border-color: rgb(168,4,21); }

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