Html Css Color HEX #A8081D Carmine

📋 copy color: '#A8081D'

red 168 ◦ green 8 ◦ blue 29

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

Shades of Carmine #A8081D

Tints of Carmine #A8081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 81.95%
G = 3.9%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8081D (or 0xA8081D) is known color: Carmine. HEX triplet: A8, 08 and 1D. RGB value is (168,8,29). Sum of RGB (Red+Green+Blue) = 168+8+29=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A8081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8081D is #57F7E2. Grayscale: #3A3A3A. Windows color (decimal): -5765091 or 1902760. OLE color: 1902760.

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

Color convert

RGB 168 8 29 -
CMYK 0 0.95 0.83 0.34
HSL 352.13º 0.91% 0.35% -
HSV(B) 352.13º 0.95% 0.66% -
XYZ 16.46 8.59 1.95 -
YUV 58.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 168 8 29 0 0.95 0.83 0.34 352.13 0.91 0.35
Hex A8 8 1D 0 5F 53 22 160 5B 23
Octal 250 10 35 0 137 123 42 540 133 43
Binary 10101000 1000 11101 0 1011111 1010011 100010 101100000 1011011 100011

Color Harmonies of #A8081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8081D

Black with #A8081D

Text Example


Text Example

White with #A8081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8081D; }

 p { color: rgb(168,8,29); }

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

background-color css

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

 a { background-color: rgb(168,8,29); }

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

border-color css

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

 span { border-color: rgb(168,8,29); }

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