Html Css Color HEX #A72030 Bright Red

📋 copy color: '#A72030'

red 167 ◦ green 32 ◦ blue 48

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

Shades of Bright Red #A72030

Tints of Bright Red #A72030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.43%

R = 67.61%
G = 12.96%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A72030 (or 0xA72030) is known color: Bright Red. HEX triplet: A7, 20 and 30. RGB value is (167,32,48). Sum of RGB (Red+Green+Blue) = 167+32+48=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A72030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72030 is #58DFCF. Grayscale: #4A4A4A. Windows color (decimal): -5824464 or 3154087. OLE color: 3154087.

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

Color convert

RGB 167 32 48 -
CMYK 0 0.81 0.71 0.35
HSL 352.89º 0.68% 0.39% -
HSV(B) 352.89º 0.81% 0.65% -
XYZ 16.99 9.46 3.73 -
YUV 74.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 167 32 48 0 0.81 0.71 0.35 352.89 0.68 0.39
Hex A7 20 30 0 51 47 23 161 44 27
Octal 247 40 60 0 121 107 43 541 104 47
Binary 10100111 100000 110000 0 1010001 1000111 100011 101100001 1000100 100111

Color Harmonies of #A72030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72030

Black with #A72030

Text Example


Text Example

White with #A72030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72030; }

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

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

background-color css

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

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

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

border-color css

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

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

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