Html Css Color HEX #A00829 Carmine

📋 copy color: '#A00829'

red 160 ◦ green 8 ◦ blue 41

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

Shades of Carmine #A00829

Tints of Carmine #A00829

RGB

 RED value IS 160 (62.89% from 255) = 76.56%

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

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 76.56%
G = 3.83%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A00829 (or 0xA00829) is known color: Carmine. HEX triplet: A0, 08 and 29. RGB value is (160,8,41). Sum of RGB (Red+Green+Blue) = 160+8+41=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A00829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00829 is #5FF7D6. Grayscale: #393939. Windows color (decimal): -6289367 or 2689184. OLE color: 2689184.

HSL color Cylindrical-coordinate representation of color #A00829: hue angle of 346.97º degrees, saturation: 0.9, 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 #A00829 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 41 -
CMYK 0 0.95 0.74 0.37
HSL 346.97º 0.9% 0.33% -
HSV(B) 346.97º 0.95% 0.63% -
XYZ 14.98 7.81 2.82 -
YUV 57.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 160 8 41 0 0.95 0.74 0.37 346.97 0.9 0.33
Hex A0 8 29 0 5F 4A 25 15B 5A 21
Octal 240 10 51 0 137 112 45 533 132 41
Binary 10100000 1000 101001 0 1011111 1001010 100101 101011011 1011010 100001

Color Harmonies of #A00829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00829

Black with #A00829

Text Example


Text Example

White with #A00829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00829; }

 p { color: rgb(160,8,41); }

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

background-color css

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

 a { background-color: rgb(160,8,41); }

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

border-color css

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

 span { border-color: rgb(160,8,41); }

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