Html Css Color HEX #A10824 Carmine

📋 copy color: '#A10824'

red 161 ◦ green 8 ◦ blue 36

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

Shades of Carmine #A10824

Tints of Carmine #A10824

RGB

 RED value IS 161 (63.28% from 255) = 78.54%

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 78.54%
G = 3.9%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A10824 (or 0xA10824) is known color: Carmine. HEX triplet: A1, 08 and 24. RGB value is (161,8,36). Sum of RGB (Red+Green+Blue) = 161+8+36=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A10824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10824 is #5EF7DB. Grayscale: #383838. Windows color (decimal): -6223836 or 2361505. OLE color: 2361505.

HSL color Cylindrical-coordinate representation of color #A10824: hue angle of 349.02º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10824 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 36 -
CMYK 0 0.95 0.78 0.37
HSL 349.02º 0.91% 0.33% -
HSV(B) 349.02º 0.95% 0.63% -
XYZ 15.1 7.88 2.39 -
YUV 56.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 161 8 36 0 0.95 0.78 0.37 349.02 0.91 0.33
Hex A1 8 24 0 5F 4E 25 15D 5B 21
Octal 241 10 44 0 137 116 45 535 133 41
Binary 10100001 1000 100100 0 1011111 1001110 100101 101011101 1011011 100001

Color Harmonies of #A10824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10824

Black with #A10824

Text Example


Text Example

White with #A10824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10824; }

 p { color: rgb(161,8,36); }

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

background-color css

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

 a { background-color: rgb(161,8,36); }

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

border-color css

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

 span { border-color: rgb(161,8,36); }

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