Html Css Color HEX #A0253D Bright Red

📋 copy color: '#A0253D'

red 160 ◦ green 37 ◦ blue 61

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

Shades of Bright Red #A0253D

Tints of Bright Red #A0253D

RGB

 RED value IS 160 (62.89% from 255) = 62.02%

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 62.02%
G = 14.34%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0253D (or 0xA0253D) is known color: Bright Red. HEX triplet: A0, 25 and 3D. RGB value is (160,37,61). Sum of RGB (Red+Green+Blue) = 160+37+61=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0253D is #5FDAC2. Grayscale: #4C4C4C. Windows color (decimal): -6281923 or 4007328. OLE color: 4007328.

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

Color convert

RGB 160 37 61 -
CMYK 0 0.77 0.62 0.37
HSL 348.29º 0.62% 0.39% -
HSV(B) 348.29º 0.77% 0.63% -
XYZ 16 9.13 5.33 -
YUV 76.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 160 37 61 0 0.77 0.62 0.37 348.29 0.62 0.39
Hex A0 25 3D 0 4D 3E 25 15C 3E 27
Octal 240 45 75 0 115 76 45 534 76 47
Binary 10100000 100101 111101 0 1001101 111110 100101 101011100 111110 100111

Color Harmonies of #A0253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0253D

Black with #A0253D

Text Example


Text Example

White with #A0253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0253D; }

 p { color: rgb(160,37,61); }

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

background-color css

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

 a { background-color: rgb(160,37,61); }

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

border-color css

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

 span { border-color: rgb(160,37,61); }

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