Html Css Color HEX #A70132 Carmine

📋 copy color: '#A70132'

red 167 ◦ green 1 ◦ blue 50

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

Shades of Carmine #A70132

Tints of Carmine #A70132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 76.61%
G = 0.46%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A70132 (or 0xA70132) is known color: Carmine. HEX triplet: A7, 01 and 32. RGB value is (167,1,50). Sum of RGB (Red+Green+Blue) = 167+1+50=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A70132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70132 is #58FECD. Grayscale: #383838. Windows color (decimal): -5832398 or 3277223. OLE color: 3277223.

HSL color Cylindrical-coordinate representation of color #A70132: hue angle of 342.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70132 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 1 50 -
CMYK 0 0.99 0.70 0.35
HSL 342.29º 0.99% 0.33% -
HSV(B) 342.29º 0.99% 0.65% -
XYZ 16.52 8.47 3.78 -
YUV 56.22 124.5 207.02 -
System Red Green Blue C M Y K H S L
Decimal 167 1 50 0 0.99 0.70 0.35 342.29 0.99 0.33
Hex A7 1 32 0 63 46 23 156 63 21
Octal 247 1 62 0 143 106 43 526 143 41
Binary 10100111 1 110010 0 1100011 1000110 100011 101010110 1100011 100001

Color Harmonies of #A70132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70132

Black with #A70132

Text Example


Text Example

White with #A70132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70132; }

 p { color: rgb(167,1,50); }

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

background-color css

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

 a { background-color: rgb(167,1,50); }

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

border-color css

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

 span { border-color: rgb(167,1,50); }

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