Html Css Color HEX #A7253A Bright Red

📋 copy color: '#A7253A'

red 167 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #A7253A

Tints of Bright Red #A7253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 63.74%
G = 14.12%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7253A (or 0xA7253A) is known color: Bright Red. HEX triplet: A7, 25 and 3A. RGB value is (167,37,58). Sum of RGB (Red+Green+Blue) = 167+37+58=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7253A is #58DAC5. Grayscale: #4E4E4E. Windows color (decimal): -5823174 or 3810727. OLE color: 3810727.

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

Color convert

RGB 167 37 58 -
CMYK 0 0.78 0.65 0.35
HSL 350.31º 0.64% 0.4% -
HSV(B) 350.31º 0.78% 0.65% -
XYZ 17.36 9.84 4.99 -
YUV 78.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 167 37 58 0 0.78 0.65 0.35 350.31 0.64 0.4
Hex A7 25 3A 0 4E 41 23 15E 40 28
Octal 247 45 72 0 116 101 43 536 100 50
Binary 10100111 100101 111010 0 1001110 1000001 100011 101011110 1000000 101000

Color Harmonies of #A7253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7253A

Black with #A7253A

Text Example


Text Example

White with #A7253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7253A; }

 p { color: rgb(167,37,58); }

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

background-color css

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

 a { background-color: rgb(167,37,58); }

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

border-color css

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

 span { border-color: rgb(167,37,58); }

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