Html Css Color HEX #A0283A Bright Red

📋 copy color: '#A0283A'

red 160 ◦ green 40 ◦ blue 58

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

Shades of Bright Red #A0283A

Tints of Bright Red #A0283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 62.02%
G = 15.5%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0283A (or 0xA0283A) is known color: Bright Red. HEX triplet: A0, 28 and 3A. RGB value is (160,40,58). Sum of RGB (Red+Green+Blue) = 160+40+58=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0283A is #5FD7C5. Grayscale: #4D4D4D. Windows color (decimal): -6281158 or 3811488. OLE color: 3811488.

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

Color convert

RGB 160 40 58 -
CMYK 0 0.75 0.64 0.37
HSL 351º 0.6% 0.39% -
HSV(B) 351º 0.75% 0.63% -
XYZ 16.02 9.3 4.95 -
YUV 77.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 160 40 58 0 0.75 0.64 0.37 351 0.6 0.39
Hex A0 28 3A 0 4B 40 25 15F 3C 27
Octal 240 50 72 0 113 100 45 537 74 47
Binary 10100000 101000 111010 0 1001011 1000000 100101 101011111 111100 100111

Color Harmonies of #A0283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0283A

Black with #A0283A

Text Example


Text Example

White with #A0283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0283A; }

 p { color: rgb(160,40,58); }

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

background-color css

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

 a { background-color: rgb(160,40,58); }

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

border-color css

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

 span { border-color: rgb(160,40,58); }

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