Html Css Color HEX #A7091F Carmine

📋 copy color: '#A7091F'

red 167 ◦ green 9 ◦ blue 31

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

Shades of Carmine #A7091F

Tints of Carmine #A7091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 31 (12.5% from 255) = 14.98%

R = 80.68%
G = 4.35%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7091F (or 0xA7091F) is known color: Carmine. HEX triplet: A7, 09 and 1F. RGB value is (167,9,31). Sum of RGB (Red+Green+Blue) = 167+9+31=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A7091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7091F is #58F6E0. Grayscale: #3A3A3A. Windows color (decimal): -5830369 or 2034087. OLE color: 2034087.

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

Color convert

RGB 167 9 31 -
CMYK 0 0.95 0.81 0.35
HSL 351.65º 0.9% 0.35% -
HSV(B) 351.65º 0.95% 0.65% -
XYZ 16.28 8.51 2.08 -
YUV 58.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 167 9 31 0 0.95 0.81 0.35 351.65 0.9 0.35
Hex A7 9 1F 0 5F 51 23 160 5A 23
Octal 247 11 37 0 137 121 43 540 132 43
Binary 10100111 1001 11111 0 1011111 1010001 100011 101100000 1011010 100011

Color Harmonies of #A7091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7091F

Black with #A7091F

Text Example


Text Example

White with #A7091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7091F; }

 p { color: rgb(167,9,31); }

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

background-color css

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

 a { background-color: rgb(167,9,31); }

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

border-color css

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

 span { border-color: rgb(167,9,31); }

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