Html Css Color HEX #A01D37 Bright Red

📋 copy color: '#A01D37'

red 160 ◦ green 29 ◦ blue 55

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

Shades of Bright Red #A01D37

Tints of Bright Red #A01D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

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

R = 65.57%
G = 11.89%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01D37 (or 0xA01D37) is known color: Bright Red. HEX triplet: A0, 1D and 37. RGB value is (160,29,55). Sum of RGB (Red+Green+Blue) = 160+29+55=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D37 is #5FE2C8. Grayscale: #474747. Windows color (decimal): -6283977 or 3612064. OLE color: 3612064.

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

Color convert

RGB 160 29 55 -
CMYK 0 0.82 0.66 0.37
HSL 348.09º 0.69% 0.37% -
HSV(B) 348.09º 0.82% 0.63% -
XYZ 15.63 8.63 4.46 -
YUV 71.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 160 29 55 0 0.82 0.66 0.37 348.09 0.69 0.37
Hex A0 1D 37 0 52 42 25 15C 45 25
Octal 240 35 67 0 122 102 45 534 105 45
Binary 10100000 11101 110111 0 1010010 1000010 100101 101011100 1000101 100101

Color Harmonies of #A01D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D37

Black with #A01D37

Text Example


Text Example

White with #A01D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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