Html Css Color HEX #A7032F Carmine

📋 copy color: '#A7032F'

red 167 ◦ green 3 ◦ blue 47

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

Shades of Carmine #A7032F

Tints of Carmine #A7032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 76.96%
G = 1.38%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7032F (or 0xA7032F) is known color: Carmine. HEX triplet: A7, 03 and 2F. RGB value is (167,3,47). Sum of RGB (Red+Green+Blue) = 167+3+47=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A7032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7032F is #58FCD0. Grayscale: #393939. Windows color (decimal): -5831889 or 3081127. OLE color: 3081127.

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

Color convert

RGB 167 3 47 -
CMYK 0 0.98 0.72 0.35
HSL 343.9º 0.96% 0.33% -
HSV(B) 343.9º 0.98% 0.65% -
XYZ 16.48 8.49 3.46 -
YUV 57.05 122.33 206.42 -
System Red Green Blue C M Y K H S L
Decimal 167 3 47 0 0.98 0.72 0.35 343.9 0.96 0.33
Hex A7 3 2F 0 62 48 23 158 60 21
Octal 247 3 57 0 142 110 43 530 140 41
Binary 10100111 11 101111 0 1100010 1001000 100011 101011000 1100000 100001

Color Harmonies of #A7032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7032F

Black with #A7032F

Text Example


Text Example

White with #A7032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7032F; }

 p { color: rgb(167,3,47); }

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

background-color css

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

 a { background-color: rgb(167,3,47); }

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

border-color css

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

 span { border-color: rgb(167,3,47); }

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