Html Css Color HEX #A7152D Bright Red

📋 copy color: '#A7152D'

red 167 ◦ green 21 ◦ blue 45

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

Shades of Bright Red #A7152D

Tints of Bright Red #A7152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 71.67%
G = 9.01%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7152D (or 0xA7152D) is known color: Bright Red. HEX triplet: A7, 15 and 2D. RGB value is (167,21,45). Sum of RGB (Red+Green+Blue) = 167+21+45=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A7152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7152D is #58EAD2. Grayscale: #434343. Windows color (decimal): -5827283 or 2954663. OLE color: 2954663.

HSL color Cylindrical-coordinate representation of color #A7152D: hue angle of 350.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7152D is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 21 45 -
CMYK 0 0.87 0.73 0.35
HSL 350.14º 0.78% 0.37% -
HSV(B) 350.14º 0.87% 0.65% -
XYZ 16.68 8.94 3.33 -
YUV 67.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 167 21 45 0 0.87 0.73 0.35 350.14 0.78 0.37
Hex A7 15 2D 0 57 49 23 15E 4E 25
Octal 247 25 55 0 127 111 43 536 116 45
Binary 10100111 10101 101101 0 1010111 1001001 100011 101011110 1001110 100101

Color Harmonies of #A7152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7152D

Black with #A7152D

Text Example


Text Example

White with #A7152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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