Html Css Color HEX #A7092C Carmine

📋 copy color: '#A7092C'

red 167 ◦ green 9 ◦ blue 44

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

Shades of Carmine #A7092C

Tints of Carmine #A7092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20%

R = 75.91%
G = 4.09%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7092C (or 0xA7092C) is known color: Carmine. HEX triplet: A7, 09 and 2C. RGB value is (167,9,44). Sum of RGB (Red+Green+Blue) = 167+9+44=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A7092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7092C is #58F6D3. Grayscale: #3C3C3C. Windows color (decimal): -5830356 or 2886055. OLE color: 2886055.

HSL color Cylindrical-coordinate representation of color #A7092C: hue angle of 346.71º 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 #A7092C is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 44 -
CMYK 0 0.95 0.74 0.35
HSL 346.71º 0.9% 0.35% -
HSV(B) 346.71º 0.95% 0.65% -
XYZ 16.49 8.59 3.17 -
YUV 60.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 167 9 44 0 0.95 0.74 0.35 346.71 0.9 0.35
Hex A7 9 2C 0 5F 4A 23 15B 5A 23
Octal 247 11 54 0 137 112 43 533 132 43
Binary 10100111 1001 101100 0 1011111 1001010 100011 101011011 1011010 100011

Color Harmonies of #A7092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7092C

Black with #A7092C

Text Example


Text Example

White with #A7092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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