Html Css Color HEX #A70926 Carmine

📋 copy color: '#A70926'

red 167 ◦ green 9 ◦ blue 38

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

Shades of Carmine #A70926

Tints of Carmine #A70926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 78.04%
G = 4.21%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A70926 (or 0xA70926) is known color: Carmine. HEX triplet: A7, 09 and 26. RGB value is (167,9,38). Sum of RGB (Red+Green+Blue) = 167+9+38=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A70926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70926 is #58F6D9. Grayscale: #3B3B3B. Windows color (decimal): -5830362 or 2492839. OLE color: 2492839.

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

Color convert

RGB 167 9 38 -
CMYK 0 0.95 0.77 0.35
HSL 348.99º 0.9% 0.35% -
HSV(B) 348.99º 0.95% 0.65% -
XYZ 16.38 8.55 2.62 -
YUV 59.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 167 9 38 0 0.95 0.77 0.35 348.99 0.9 0.35
Hex A7 9 26 0 5F 4D 23 15D 5A 23
Octal 247 11 46 0 137 115 43 535 132 43
Binary 10100111 1001 100110 0 1011111 1001101 100011 101011101 1011010 100011

Color Harmonies of #A70926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70926

Black with #A70926

Text Example


Text Example

White with #A70926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70926; }

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

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

background-color css

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

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

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

border-color css

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

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

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