Html Css Color HEX #A8041B Carmine

📋 copy color: '#A8041B'

red 168 ◦ green 4 ◦ blue 27

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

Shades of Carmine #A8041B

Tints of Carmine #A8041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 84.42%
G = 2.01%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8041B (or 0xA8041B) is known color: Carmine. HEX triplet: A8, 04 and 1B. RGB value is (168,4,27). Sum of RGB (Red+Green+Blue) = 168+4+27=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A8041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8041B is #57FBE4. Grayscale: #373737. Windows color (decimal): -5766117 or 1770664. OLE color: 1770664.

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

Color convert

RGB 168 4 27 -
CMYK 0 0.98 0.84 0.34
HSL 351.59º 0.95% 0.34% -
HSV(B) 351.59º 0.98% 0.66% -
XYZ 16.39 8.49 1.81 -
YUV 55.66 111.83 208.13 -
System Red Green Blue C M Y K H S L
Decimal 168 4 27 0 0.98 0.84 0.34 351.59 0.95 0.34
Hex A8 4 1B 0 62 54 22 160 5F 22
Octal 250 4 33 0 142 124 42 540 137 42
Binary 10101000 100 11011 0 1100010 1010100 100010 101100000 1011111 100010

Color Harmonies of #A8041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8041B

Black with #A8041B

Text Example


Text Example

White with #A8041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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