Html Css Color HEX #A2253A Bright Red

📋 copy color: '#A2253A'

red 162 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #A2253A

Tints of Bright Red #A2253A

RGB

 RED value IS 162 (63.67% from 255) = 63.04%

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

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

R = 63.04%
G = 14.4%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2253A (or 0xA2253A) is known color: Bright Red. HEX triplet: A2, 25 and 3A. RGB value is (162,37,58). Sum of RGB (Red+Green+Blue) = 162+37+58=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2253A is #5DDAC5. Grayscale: #4C4C4C. Windows color (decimal): -6150854 or 3810722. OLE color: 3810722.

HSL color Cylindrical-coordinate representation of color #A2253A: hue angle of 349.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2253A is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 37 58 -
CMYK 0 0.77 0.64 0.36
HSL 349.92º 0.63% 0.39% -
HSV(B) 349.92º 0.77% 0.64% -
XYZ 16.33 9.31 4.94 -
YUV 76.77 117.41 188.79 -
System Red Green Blue C M Y K H S L
Decimal 162 37 58 0 0.77 0.64 0.36 349.92 0.63 0.39
Hex A2 25 3A 0 4D 40 24 15E 3F 27
Octal 242 45 72 0 115 100 44 536 77 47
Binary 10100010 100101 111010 0 1001101 1000000 100100 101011110 111111 100111

Color Harmonies of #A2253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2253A

Black with #A2253A

Text Example


Text Example

White with #A2253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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