Html Css Color HEX #A7132F Bright Red

📋 copy color: '#A7132F'

red 167 ◦ green 19 ◦ blue 47

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

Shades of Bright Red #A7132F

Tints of Bright Red #A7132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 71.67%
G = 8.15%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7132F (or 0xA7132F) is known color: Bright Red. HEX triplet: A7, 13 and 2F. RGB value is (167,19,47). Sum of RGB (Red+Green+Blue) = 167+19+47=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A7132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7132F is #58ECD0. Grayscale: #424242. Windows color (decimal): -5827793 or 3085223. OLE color: 3085223.

HSL color Cylindrical-coordinate representation of color #A7132F: hue angle of 348.65º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7132F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 19 47 -
CMYK 0 0.89 0.72 0.35
HSL 348.65º 0.8% 0.36% -
HSV(B) 348.65º 0.89% 0.65% -
XYZ 16.68 8.89 3.53 -
YUV 66.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 167 19 47 0 0.89 0.72 0.35 348.65 0.8 0.36
Hex A7 13 2F 0 59 48 23 15D 50 24
Octal 247 23 57 0 131 110 43 535 120 44
Binary 10100111 10011 101111 0 1011001 1001000 100011 101011101 1010000 100100

Color Harmonies of #A7132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7132F

Black with #A7132F

Text Example


Text Example

White with #A7132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7132F; }

 p { color: rgb(167,19,47); }

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

background-color css

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

 a { background-color: rgb(167,19,47); }

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

border-color css

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

 span { border-color: rgb(167,19,47); }

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