Html Css Color HEX #A81127 Carmine

📋 copy color: '#A81127'

red 168 ◦ green 17 ◦ blue 39

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

Shades of Carmine #A81127

Tints of Carmine #A81127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 75%
G = 7.59%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A81127 (or 0xA81127) is known color: Carmine. HEX triplet: A8, 11 and 27. RGB value is (168,17,39). Sum of RGB (Red+Green+Blue) = 168+17+39=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A81127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81127 is #57EED8. Grayscale: #404040. Windows color (decimal): -5762777 or 2560424. OLE color: 2560424.

HSL color Cylindrical-coordinate representation of color #A81127: hue angle of 351.26º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81127 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 39 -
CMYK 0 0.90 0.77 0.34
HSL 351.26º 0.82% 0.36% -
HSV(B) 351.26º 0.9% 0.66% -
XYZ 16.72 8.87 2.75 -
YUV 64.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 168 17 39 0 0.90 0.77 0.34 351.26 0.82 0.36
Hex A8 11 27 0 5A 4D 22 15F 52 24
Octal 250 21 47 0 132 115 42 537 122 44
Binary 10101000 10001 100111 0 1011010 1001101 100010 101011111 1010010 100100

Color Harmonies of #A81127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81127

Black with #A81127

Text Example


Text Example

White with #A81127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81127; }

 p { color: rgb(168,17,39); }

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

background-color css

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

 a { background-color: rgb(168,17,39); }

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

border-color css

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

 span { border-color: rgb(168,17,39); }

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