Html Css Color HEX #A01039 Bright Red

📋 copy color: '#A01039'

red 160 ◦ green 16 ◦ blue 57

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

Shades of Bright Red #A01039

Tints of Bright Red #A01039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

 BLUE value IS 57 (22.66% from 255) = 24.46%

R = 68.67%
G = 6.87%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A01039 (or 0xA01039) is known color: Bright Red. HEX triplet: A0, 10 and 39. RGB value is (160,16,57). Sum of RGB (Red+Green+Blue) = 160+16+57=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A01039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01039 is #5FEFC6. Grayscale: #3F3F3F. Windows color (decimal): -6287303 or 3739808. OLE color: 3739808.

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

Color convert

RGB 160 16 57 -
CMYK 0 0.9 0.64 0.37
HSL 342.92º 0.82% 0.35% -
HSV(B) 342.92º 0.9% 0.63% -
XYZ 15.42 8.14 4.63 -
YUV 63.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 160 16 57 0 0.9 0.64 0.37 342.92 0.82 0.35
Hex A0 10 39 0 5A 40 25 157 52 23
Octal 240 20 71 0 132 100 45 527 122 43
Binary 10100000 10000 111001 0 1011010 1000000 100101 101010111 1010010 100011

Color Harmonies of #A01039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01039

Black with #A01039

Text Example


Text Example

White with #A01039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01039; }

 p { color: rgb(160,16,57); }

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

background-color css

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

 a { background-color: rgb(160,16,57); }

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

border-color css

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

 span { border-color: rgb(160,16,57); }

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