Html Css Color HEX #A72036 Bright Red

📋 copy color: '#A72036'

red 167 ◦ green 32 ◦ blue 54

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

Shades of Bright Red #A72036

Tints of Bright Red #A72036

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 66.01%
G = 12.65%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A72036 (or 0xA72036) is known color: Bright Red. HEX triplet: A7, 20 and 36. RGB value is (167,32,54). Sum of RGB (Red+Green+Blue) = 167+32+54=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A72036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72036 is #58DFC9. Grayscale: #4A4A4A. Windows color (decimal): -5824458 or 3547303. OLE color: 3547303.

HSL color Cylindrical-coordinate representation of color #A72036: hue angle of 350.22º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72036 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 54 -
CMYK 0 0.81 0.68 0.35
HSL 350.22º 0.68% 0.39% -
HSV(B) 350.22º 0.81% 0.65% -
XYZ 17.12 9.51 4.42 -
YUV 74.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 167 32 54 0 0.81 0.68 0.35 350.22 0.68 0.39
Hex A7 20 36 0 51 44 23 15E 44 27
Octal 247 40 66 0 121 104 43 536 104 47
Binary 10100111 100000 110110 0 1010001 1000100 100011 101011110 1000100 100111

Color Harmonies of #A72036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72036

Black with #A72036

Text Example


Text Example

White with #A72036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72036; }

 p { color: rgb(167,32,54); }

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

background-color css

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

 a { background-color: rgb(167,32,54); }

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

border-color css

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

 span { border-color: rgb(167,32,54); }

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