Html Css Color HEX #A80024 Carmine

📋 copy color: '#A80024'

red 168 ◦ green 0 ◦ blue 36

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

Shades of Carmine #A80024

Tints of Carmine #A80024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 82.35%
G = 0%
B = 17.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A80024 (or 0xA80024) is known color: Carmine. HEX triplet: A8, 00 and 24. RGB value is (168,0,36). Sum of RGB (Red+Green+Blue) = 168+0+36=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A80024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80024 is #57FFDB. Grayscale: #363636. Windows color (decimal): -5767132 or 2359464. OLE color: 2359464.

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

Color convert

RGB 168 0 36 -
CMYK 0 1 0.79 0.34
HSL 347.14º 1% 0.33% -
HSV(B) 347.14º 1% 0.66% -
XYZ 16.47 8.45 2.43 -
YUV 54.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 168 0 36 0 1 0.79 0.34 347.14 1 0.33
Hex A8 0 24 0 64 4F 22 15B 64 21
Octal 250 0 44 0 144 117 42 533 144 41
Binary 10101000 0 100100 0 1100100 1001111 100010 101011011 1100100 100001

Color Harmonies of #A80024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80024

Black with #A80024

Text Example


Text Example

White with #A80024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80024; }

 p { color: rgb(168,0,36); }

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

background-color css

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

 a { background-color: rgb(168,0,36); }

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

border-color css

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

 span { border-color: rgb(168,0,36); }

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