Html Css Color HEX #A7022F Carmine

📋 copy color: '#A7022F'

red 167 ◦ green 2 ◦ blue 47

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

Shades of Carmine #A7022F

Tints of Carmine #A7022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 77.31%
G = 0.93%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7022F (or 0xA7022F) is known color: Carmine. HEX triplet: A7, 02 and 2F. RGB value is (167,2,47). Sum of RGB (Red+Green+Blue) = 167+2+47=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A7022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7022F is #58FDD0. Grayscale: #383838. Windows color (decimal): -5832145 or 3080871. OLE color: 3080871.

HSL color Cylindrical-coordinate representation of color #A7022F: hue angle of 343.64º degrees, saturation: 0.98, 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 #A7022F is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 47 -
CMYK 0 0.99 0.72 0.35
HSL 343.64º 0.98% 0.33% -
HSV(B) 343.64º 0.99% 0.65% -
XYZ 16.47 8.46 3.45 -
YUV 56.47 122.66 206.84 -
System Red Green Blue C M Y K H S L
Decimal 167 2 47 0 0.99 0.72 0.35 343.64 0.98 0.33
Hex A7 2 2F 0 63 48 23 158 62 21
Octal 247 2 57 0 143 110 43 530 142 41
Binary 10100111 10 101111 0 1100011 1001000 100011 101011000 1100010 100001

Color Harmonies of #A7022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7022F

Black with #A7022F

Text Example


Text Example

White with #A7022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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