Html Css Color HEX #A81024 Carmine

📋 copy color: '#A81024'

red 168 ◦ green 16 ◦ blue 36

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

Shades of Carmine #A81024

Tints of Carmine #A81024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 76.36%
G = 7.27%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A81024 (or 0xA81024) is known color: Carmine. HEX triplet: A8, 10 and 24. RGB value is (168,16,36). Sum of RGB (Red+Green+Blue) = 168+16+36=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A81024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81024 is #57EFDB. Grayscale: #3F3F3F. Windows color (decimal): -5763036 or 2363560. OLE color: 2363560.

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

Color convert

RGB 168 16 36 -
CMYK 0 0.90 0.79 0.34
HSL 352.11º 0.83% 0.36% -
HSV(B) 352.11º 0.9% 0.66% -
XYZ 16.65 8.82 2.49 -
YUV 63.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 168 16 36 0 0.90 0.79 0.34 352.11 0.83 0.36
Hex A8 10 24 0 5A 4F 22 160 53 24
Octal 250 20 44 0 132 117 42 540 123 44
Binary 10101000 10000 100100 0 1011010 1001111 100010 101100000 1010011 100100

Color Harmonies of #A81024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81024

Black with #A81024

Text Example


Text Example

White with #A81024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81024; }

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

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

background-color css

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

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

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

border-color css

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

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

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