Html Css Color HEX #A01937 Bright Red

📋 copy color: '#A01937'

red 160 ◦ green 25 ◦ blue 55

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

Shades of Bright Red #A01937

Tints of Bright Red #A01937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

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

R = 66.67%
G = 10.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01937 (or 0xA01937) is known color: Bright Red. HEX triplet: A0, 19 and 37. RGB value is (160,25,55). Sum of RGB (Red+Green+Blue) = 160+25+55=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A01937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01937 is #5FE6C8. Grayscale: #444444. Windows color (decimal): -6285001 or 3611040. OLE color: 3611040.

HSL color Cylindrical-coordinate representation of color #A01937: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01937 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 55 -
CMYK 0 0.84 0.66 0.37
HSL 346.67º 0.73% 0.36% -
HSV(B) 346.67º 0.84% 0.63% -
XYZ 15.53 8.44 4.43 -
YUV 68.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 160 25 55 0 0.84 0.66 0.37 346.67 0.73 0.36
Hex A0 19 37 0 54 42 25 15B 49 24
Octal 240 31 67 0 124 102 45 533 111 44
Binary 10100000 11001 110111 0 1010100 1000010 100101 101011011 1001001 100100

Color Harmonies of #A01937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01937

Black with #A01937

Text Example


Text Example

White with #A01937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01937; }

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

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

background-color css

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

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

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

border-color css

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

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

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