Html Css Color HEX #A8161B Carmine

📋 copy color: '#A8161B'

red 168 ◦ green 22 ◦ blue 27

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

Shades of Carmine #A8161B

Tints of Carmine #A8161B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 77.42%
G = 10.14%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8161B (or 0xA8161B) is known color: Carmine. HEX triplet: A8, 16 and 1B. RGB value is (168,22,27). Sum of RGB (Red+Green+Blue) = 168+22+27=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8161B is #57E9E4. Grayscale: #424242. Windows color (decimal): -5761509 or 1775272. OLE color: 1775272.

HSL color Cylindrical-coordinate representation of color #A8161B: hue angle of 357.95º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8161B is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 27 -
CMYK 0 0.87 0.84 0.34
HSL 357.95º 0.77% 0.37% -
HSV(B) 357.95º 0.87% 0.66% -
XYZ 16.63 8.98 1.89 -
YUV 66.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 168 22 27 0 0.87 0.84 0.34 357.95 0.77 0.37
Hex A8 16 1B 0 57 54 22 166 4D 25
Octal 250 26 33 0 127 124 42 546 115 45
Binary 10101000 10110 11011 0 1010111 1010100 100010 101100110 1001101 100101

Color Harmonies of #A8161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8161B

Black with #A8161B

Text Example


Text Example

White with #A8161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8161B; }

 p { color: rgb(168,22,27); }

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

background-color css

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

 a { background-color: rgb(168,22,27); }

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

border-color css

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

 span { border-color: rgb(168,22,27); }

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