Html Css Color HEX #A7041B Carmine

📋 copy color: '#A7041B'

red 167 ◦ green 4 ◦ blue 27

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

Shades of Carmine #A7041B

Tints of Carmine #A7041B

RGB

 RED value IS 167 (65.63% from 255) = 84.34%

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

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

R = 84.34%
G = 2.02%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7041B (or 0xA7041B) is known color: Carmine. HEX triplet: A7, 04 and 1B. RGB value is (167,4,27). Sum of RGB (Red+Green+Blue) = 167+4+27=198 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.34% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 167 - color contains mainly: red. Hex color #A7041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7041B is #58FBE4. Grayscale: #373737. Windows color (decimal): -5831653 or 1770663. OLE color: 1770663.

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

Color convert

RGB 167 4 27 -
CMYK 0 0.98 0.84 0.35
HSL 351.53º 0.95% 0.34% -
HSV(B) 351.53º 0.98% 0.65% -
XYZ 16.18 8.38 1.8 -
YUV 55.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 167 4 27 0 0.98 0.84 0.35 351.53 0.95 0.34
Hex A7 4 1B 0 62 54 23 160 5F 22
Octal 247 4 33 0 142 124 43 540 137 42
Binary 10100111 100 11011 0 1100010 1010100 100011 101100000 1011111 100010

Color Harmonies of #A7041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7041B

Black with #A7041B

Text Example


Text Example

White with #A7041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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