Html Css Color HEX #A8081A Carmine

📋 copy color: '#A8081A'

red 168 ◦ green 8 ◦ blue 26

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

Shades of Carmine #A8081A

Tints of Carmine #A8081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 83.17%
G = 3.96%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8081A (or 0xA8081A) is known color: Carmine. HEX triplet: A8, 08 and 1A. RGB value is (168,8,26). Sum of RGB (Red+Green+Blue) = 168+8+26=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A8081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8081A is #57F7E5. Grayscale: #393939. Windows color (decimal): -5765094 or 1706152. OLE color: 1706152.

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

Color convert

RGB 168 8 26 -
CMYK 0 0.95 0.85 0.34
HSL 353.25º 0.91% 0.35% -
HSV(B) 353.25º 0.95% 0.66% -
XYZ 16.42 8.57 1.77 -
YUV 57.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 168 8 26 0 0.95 0.85 0.34 353.25 0.91 0.35
Hex A8 8 1A 0 5F 55 22 161 5B 23
Octal 250 10 32 0 137 125 42 541 133 43
Binary 10101000 1000 11010 0 1011111 1010101 100010 101100001 1011011 100011

Color Harmonies of #A8081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8081A

Black with #A8081A

Text Example


Text Example

White with #A8081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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