Html Css Color HEX #A8011F Carmine

📋 copy color: '#A8011F'

red 168 ◦ green 1 ◦ blue 31

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

Shades of Carmine #A8011F

Tints of Carmine #A8011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 84%
G = 0.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8011F (or 0xA8011F) is known color: Carmine. HEX triplet: A8, 01 and 1F. RGB value is (168,1,31). Sum of RGB (Red+Green+Blue) = 168+1+31=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A8011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8011F is #57FEE0. Grayscale: #363636. Windows color (decimal): -5766881 or 2032040. OLE color: 2032040.

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

Color convert

RGB 168 1 31 -
CMYK 0 0.99 0.82 0.34
HSL 349.22º 0.99% 0.33% -
HSV(B) 349.22º 0.99% 0.66% -
XYZ 16.41 8.45 2.06 -
YUV 54.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 168 1 31 0 0.99 0.82 0.34 349.22 0.99 0.33
Hex A8 1 1F 0 63 52 22 15D 63 21
Octal 250 1 37 0 143 122 42 535 143 41
Binary 10101000 1 11111 0 1100011 1010010 100010 101011101 1100011 100001

Color Harmonies of #A8011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8011F

Black with #A8011F

Text Example


Text Example

White with #A8011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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