Html Css Color HEX #A72138 Bright Red

📋 copy color: '#A72138'

red 167 ◦ green 33 ◦ blue 56

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

Shades of Bright Red #A72138

Tints of Bright Red #A72138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 65.23%
G = 12.89%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A72138 (or 0xA72138) is known color: Bright Red. HEX triplet: A7, 21 and 38. RGB value is (167,33,56). Sum of RGB (Red+Green+Blue) = 167+33+56=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A72138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72138 is #58DEC7. Grayscale: #4B4B4B. Windows color (decimal): -5824200 or 3678631. OLE color: 3678631.

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

Color convert

RGB 167 33 56 -
CMYK 0 0.80 0.66 0.35
HSL 349.7º 0.67% 0.39% -
HSV(B) 349.7º 0.8% 0.65% -
XYZ 17.19 9.59 4.69 -
YUV 75.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 167 33 56 0 0.80 0.66 0.35 349.7 0.67 0.39
Hex A7 21 38 0 50 42 23 15E 43 27
Octal 247 41 70 0 120 102 43 536 103 47
Binary 10100111 100001 111000 0 1010000 1000010 100011 101011110 1000011 100111

Color Harmonies of #A72138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72138

Black with #A72138

Text Example


Text Example

White with #A72138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72138; }

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

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

background-color css

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

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

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

border-color css

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

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

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