Html Css Color HEX #A7092A Carmine

📋 copy color: '#A7092A'

red 167 ◦ green 9 ◦ blue 42

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

Shades of Carmine #A7092A

Tints of Carmine #A7092A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 76.61%
G = 4.13%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7092A (or 0xA7092A) is known color: Carmine. HEX triplet: A7, 09 and 2A. RGB value is (167,9,42). Sum of RGB (Red+Green+Blue) = 167+9+42=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A7092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7092A is #58F6D5. Grayscale: #3C3C3C. Windows color (decimal): -5830358 or 2754983. OLE color: 2754983.

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

Color convert

RGB 167 9 42 -
CMYK 0 0.95 0.75 0.35
HSL 347.47º 0.9% 0.35% -
HSV(B) 347.47º 0.95% 0.65% -
XYZ 16.45 8.58 2.98 -
YUV 60 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 167 9 42 0 0.95 0.75 0.35 347.47 0.9 0.35
Hex A7 9 2A 0 5F 4B 23 15B 5A 23
Octal 247 11 52 0 137 113 43 533 132 43
Binary 10100111 1001 101010 0 1011111 1001011 100011 101011011 1011010 100011

Color Harmonies of #A7092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7092A

Black with #A7092A

Text Example


Text Example

White with #A7092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7092A; }

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

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

background-color css

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

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

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

border-color css

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

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

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