Html Css Color HEX #A7092D Carmine

📋 copy color: '#A7092D'

red 167 ◦ green 9 ◦ blue 45

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

Shades of Carmine #A7092D

Tints of Carmine #A7092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 75.57%
G = 4.07%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7092D (or 0xA7092D) is known color: Carmine. HEX triplet: A7, 09 and 2D. RGB value is (167,9,45). Sum of RGB (Red+Green+Blue) = 167+9+45=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A7092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7092D is #58F6D2. Grayscale: #3C3C3C. Windows color (decimal): -5830355 or 2951591. OLE color: 2951591.

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

Color convert

RGB 167 9 45 -
CMYK 0 0.95 0.73 0.35
HSL 346.33º 0.9% 0.35% -
HSV(B) 346.33º 0.95% 0.65% -
XYZ 16.51 8.6 3.27 -
YUV 60.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 167 9 45 0 0.95 0.73 0.35 346.33 0.9 0.35
Hex A7 9 2D 0 5F 49 23 15A 5A 23
Octal 247 11 55 0 137 111 43 532 132 43
Binary 10100111 1001 101101 0 1011111 1001001 100011 101011010 1011010 100011

Color Harmonies of #A7092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7092D

Black with #A7092D

Text Example


Text Example

White with #A7092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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