Html Css Color HEX #A7091C Carmine

📋 copy color: '#A7091C'

red 167 ◦ green 9 ◦ blue 28

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

Shades of Carmine #A7091C

Tints of Carmine #A7091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 81.86%
G = 4.41%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7091C (or 0xA7091C) is known color: Carmine. HEX triplet: A7, 09 and 1C. RGB value is (167,9,28). Sum of RGB (Red+Green+Blue) = 167+9+28=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A7091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7091C is #58F6E3. Grayscale: #3A3A3A. Windows color (decimal): -5830372 or 1837479. OLE color: 1837479.

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

Color convert

RGB 167 9 28 -
CMYK 0 0.95 0.83 0.35
HSL 352.78º 0.9% 0.35% -
HSV(B) 352.78º 0.95% 0.65% -
XYZ 16.24 8.49 1.88 -
YUV 58.41 110.85 205.46 -
System Red Green Blue C M Y K H S L
Decimal 167 9 28 0 0.95 0.83 0.35 352.78 0.9 0.35
Hex A7 9 1C 0 5F 53 23 161 5A 23
Octal 247 11 34 0 137 123 43 541 132 43
Binary 10100111 1001 11100 0 1011111 1010011 100011 101100001 1011010 100011

Color Harmonies of #A7091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7091C

Black with #A7091C

Text Example


Text Example

White with #A7091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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