Html Css Color HEX #A0123B Bright Red

📋 copy color: '#A0123B'

red 160 ◦ green 18 ◦ blue 59

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

Shades of Bright Red #A0123B

Tints of Bright Red #A0123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 67.51%
G = 7.59%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0123B (or 0xA0123B) is known color: Bright Red. HEX triplet: A0, 12 and 3B. RGB value is (160,18,59). Sum of RGB (Red+Green+Blue) = 160+18+59=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0123B is #5FEDC4. Grayscale: #414141. Windows color (decimal): -6286789 or 3871392. OLE color: 3871392.

HSL color Cylindrical-coordinate representation of color #A0123B: hue angle of 342.68º 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 #A0123B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 59 -
CMYK 0 0.89 0.63 0.37
HSL 342.68º 0.8% 0.35% -
HSV(B) 342.68º 0.89% 0.63% -
XYZ 15.5 8.22 4.91 -
YUV 65.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 160 18 59 0 0.89 0.63 0.37 342.68 0.8 0.35
Hex A0 12 3B 0 59 3F 25 157 50 23
Octal 240 22 73 0 131 77 45 527 120 43
Binary 10100000 10010 111011 0 1011001 111111 100101 101010111 1010000 100011

Color Harmonies of #A0123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0123B

Black with #A0123B

Text Example


Text Example

White with #A0123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0123B; }

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

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

background-color css

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

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

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

border-color css

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

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

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