Html Css Color HEX #A0122F Bright Red

📋 copy color: '#A0122F'

red 160 ◦ green 18 ◦ blue 47

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

Shades of Bright Red #A0122F

Tints of Bright Red #A0122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 71.11%
G = 8%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0122F (or 0xA0122F) is known color: Bright Red. HEX triplet: A0, 12 and 2F. RGB value is (160,18,47). Sum of RGB (Red+Green+Blue) = 160+18+47=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0122F is #5FEDD0. Grayscale: #3F3F3F. Windows color (decimal): -6286801 or 3084960. OLE color: 3084960.

HSL color Cylindrical-coordinate representation of color #A0122F: hue angle of 347.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0122F is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 47 -
CMYK 0 0.89 0.71 0.37
HSL 347.75º 0.8% 0.35% -
HSV(B) 347.75º 0.89% 0.63% -
XYZ 15.23 8.11 3.45 -
YUV 63.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 160 18 47 0 0.89 0.71 0.37 347.75 0.8 0.35
Hex A0 12 2F 0 59 47 25 15C 50 23
Octal 240 22 57 0 131 107 45 534 120 43
Binary 10100000 10010 101111 0 1011001 1000111 100101 101011100 1010000 100011

Color Harmonies of #A0122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0122F

Black with #A0122F

Text Example


Text Example

White with #A0122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0122F; }

 p { color: rgb(160,18,47); }

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

background-color css

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

 a { background-color: rgb(160,18,47); }

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

border-color css

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

 span { border-color: rgb(160,18,47); }

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