Html Css Color HEX #A01137 Bright Red

📋 copy color: '#A01137'

red 160 ◦ green 17 ◦ blue 55

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

Shades of Bright Red #A01137

Tints of Bright Red #A01137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 68.97%
G = 7.33%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01137 (or 0xA01137) is known color: Bright Red. HEX triplet: A0, 11 and 37. RGB value is (160,17,55). Sum of RGB (Red+Green+Blue) = 160+17+55=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01137 is #5FEEC8. Grayscale: #404040. Windows color (decimal): -6287049 or 3608992. OLE color: 3608992.

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

Color convert

RGB 160 17 55 -
CMYK 0 0.89 0.66 0.37
HSL 344.06º 0.81% 0.35% -
HSV(B) 344.06º 0.89% 0.63% -
XYZ 15.39 8.15 4.38 -
YUV 64.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 160 17 55 0 0.89 0.66 0.37 344.06 0.81 0.35
Hex A0 11 37 0 59 42 25 158 51 23
Octal 240 21 67 0 131 102 45 530 121 43
Binary 10100000 10001 110111 0 1011001 1000010 100101 101011000 1010001 100011

Color Harmonies of #A01137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01137

Black with #A01137

Text Example


Text Example

White with #A01137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01137; }

 p { color: rgb(160,17,55); }

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

background-color css

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

 a { background-color: rgb(160,17,55); }

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

border-color css

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

 span { border-color: rgb(160,17,55); }

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