Html Css Color HEX #A72136 Bright Red

📋 copy color: '#A72136'

red 167 ◦ green 33 ◦ blue 54

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

Shades of Bright Red #A72136

Tints of Bright Red #A72136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 65.75%
G = 12.99%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A72136 (or 0xA72136) is known color: Bright Red. HEX triplet: A7, 21 and 36. RGB value is (167,33,54). Sum of RGB (Red+Green+Blue) = 167+33+54=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A72136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72136 is #58DEC9. Grayscale: #4B4B4B. Windows color (decimal): -5824202 or 3547559. OLE color: 3547559.

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

Color convert

RGB 167 33 54 -
CMYK 0 0.80 0.68 0.35
HSL 350.6º 0.67% 0.39% -
HSV(B) 350.6º 0.8% 0.65% -
XYZ 17.15 9.57 4.43 -
YUV 75.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 167 33 54 0 0.80 0.68 0.35 350.6 0.67 0.39
Hex A7 21 36 0 50 44 23 15F 43 27
Octal 247 41 66 0 120 104 43 537 103 47
Binary 10100111 100001 110110 0 1010000 1000100 100011 101011111 1000011 100111

Color Harmonies of #A72136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72136

Black with #A72136

Text Example


Text Example

White with #A72136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72136; }

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

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

background-color css

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

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

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

border-color css

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

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

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