Html Css Color HEX #A8011A Carmine

📋 copy color: '#A8011A'

red 168 ◦ green 1 ◦ blue 26

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

Shades of Carmine #A8011A

Tints of Carmine #A8011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 86.15%
G = 0.51%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8011A (or 0xA8011A) is known color: Carmine. HEX triplet: A8, 01 and 1A. RGB value is (168,1,26). Sum of RGB (Red+Green+Blue) = 168+1+26=195 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.15% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 168 - color contains mainly: red. Hex color #A8011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8011A is #57FEE5. Grayscale: #353535. Windows color (decimal): -5766886 or 1704360. OLE color: 1704360.

HSL color Cylindrical-coordinate representation of color #A8011A: hue angle of 351.02º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8011A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 26 -
CMYK 0 0.99 0.85 0.34
HSL 351.02º 0.99% 0.33% -
HSV(B) 351.02º 0.99% 0.66% -
XYZ 16.35 8.42 1.74 -
YUV 53.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 168 1 26 0 0.99 0.85 0.34 351.02 0.99 0.33
Hex A8 1 1A 0 63 55 22 15F 63 21
Octal 250 1 32 0 143 125 42 537 143 41
Binary 10101000 1 11010 0 1100011 1010101 100010 101011111 1100011 100001

Color Harmonies of #A8011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8011A

Black with #A8011A

Text Example


Text Example

White with #A8011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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