Html Css Color HEX #A01637 Bright Red

📋 copy color: '#A01637'

red 160 ◦ green 22 ◦ blue 55

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

Shades of Bright Red #A01637

Tints of Bright Red #A01637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

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

R = 67.51%
G = 9.28%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01637 (or 0xA01637) is known color: Bright Red. HEX triplet: A0, 16 and 37. RGB value is (160,22,55). Sum of RGB (Red+Green+Blue) = 160+22+55=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01637 is #5FE9C8. Grayscale: #434343. Windows color (decimal): -6285769 or 3610272. OLE color: 3610272.

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

Color convert

RGB 160 22 55 -
CMYK 0 0.86 0.66 0.37
HSL 345.65º 0.76% 0.36% -
HSV(B) 345.65º 0.86% 0.63% -
XYZ 15.47 8.32 4.41 -
YUV 67.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 160 22 55 0 0.86 0.66 0.37 345.65 0.76 0.36
Hex A0 16 37 0 56 42 25 15A 4C 24
Octal 240 26 67 0 126 102 45 532 114 44
Binary 10100000 10110 110111 0 1010110 1000010 100101 101011010 1001100 100100

Color Harmonies of #A01637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01637

Black with #A01637

Text Example


Text Example

White with #A01637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01637; }

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

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

background-color css

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

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

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

border-color css

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

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

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