Html Css Color HEX #A9082B Carmine

📋 copy color: '#A9082B'

red 169 ◦ green 8 ◦ blue 43

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

Shades of Carmine #A9082B

Tints of Carmine #A9082B

RGB

 RED value IS 169 (66.41% from 255) = 76.82%

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 76.82%
G = 3.64%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9082B (or 0xA9082B) is known color: Carmine. HEX triplet: A9, 08 and 2B. RGB value is (169,8,43). Sum of RGB (Red+Green+Blue) = 169+8+43=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A9082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9082B is #56F7D4. Grayscale: #3C3C3C. Windows color (decimal): -5699541 or 2820265. OLE color: 2820265.

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

Color convert

RGB 169 8 43 -
CMYK 0 0.95 0.75 0.34
HSL 346.96º 0.91% 0.35% -
HSV(B) 346.96º 0.95% 0.66% -
XYZ 16.89 8.78 3.09 -
YUV 60.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 169 8 43 0 0.95 0.75 0.34 346.96 0.91 0.35
Hex A9 8 2B 0 5F 4B 22 15B 5B 23
Octal 251 10 53 0 137 113 42 533 133 43
Binary 10101001 1000 101011 0 1011111 1001011 100010 101011011 1011011 100011

Color Harmonies of #A9082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9082B

Black with #A9082B

Text Example


Text Example

White with #A9082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9082B; }

 p { color: rgb(169,8,43); }

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

background-color css

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

 a { background-color: rgb(169,8,43); }

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

border-color css

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

 span { border-color: rgb(169,8,43); }

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