Html Css Color HEX #A9082D Carmine

📋 copy color: '#A9082D'

red 169 ◦ green 8 ◦ blue 45

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

Shades of Carmine #A9082D

Tints of Carmine #A9082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 76.13%
G = 3.6%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9082D (or 0xA9082D) is known color: Carmine. HEX triplet: A9, 08 and 2D. RGB value is (169,8,45). Sum of RGB (Red+Green+Blue) = 169+8+45=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A9082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9082D is #56F7D2. Grayscale: #3C3C3C. Windows color (decimal): -5699539 or 2951337. OLE color: 2951337.

HSL color Cylindrical-coordinate representation of color #A9082D: hue angle of 346.21º 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 #A9082D is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 8 45 -
CMYK 0 0.95 0.73 0.34
HSL 346.21º 0.91% 0.35% -
HSV(B) 346.21º 0.95% 0.66% -
XYZ 16.92 8.8 3.29 -
YUV 60.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 169 8 45 0 0.95 0.73 0.34 346.21 0.91 0.35
Hex A9 8 2D 0 5F 49 22 15A 5B 23
Octal 251 10 55 0 137 111 42 532 133 43
Binary 10101001 1000 101101 0 1011111 1001001 100010 101011010 1011011 100011

Color Harmonies of #A9082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9082D

Black with #A9082D

Text Example


Text Example

White with #A9082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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