Html Css Color HEX #A81128 Carmine

📋 copy color: '#A81128'

red 168 ◦ green 17 ◦ blue 40

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

Shades of Carmine #A81128

Tints of Carmine #A81128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 74.67%
G = 7.56%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A81128 (or 0xA81128) is known color: Carmine. HEX triplet: A8, 11 and 28. RGB value is (168,17,40). Sum of RGB (Red+Green+Blue) = 168+17+40=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81128 is #57EED7. Grayscale: #404040. Windows color (decimal): -5762776 or 2625960. OLE color: 2625960.

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

Color convert

RGB 168 17 40 -
CMYK 0 0.90 0.76 0.34
HSL 350.86º 0.82% 0.36% -
HSV(B) 350.86º 0.9% 0.66% -
XYZ 16.73 8.88 2.84 -
YUV 64.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 168 17 40 0 0.90 0.76 0.34 350.86 0.82 0.36
Hex A8 11 28 0 5A 4C 22 15F 52 24
Octal 250 21 50 0 132 114 42 537 122 44
Binary 10101000 10001 101000 0 1011010 1001100 100010 101011111 1010010 100100

Color Harmonies of #A81128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81128

Black with #A81128

Text Example


Text Example

White with #A81128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81128; }

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

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

background-color css

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

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

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

border-color css

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

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

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