Html Css Color HEX #A01D1E Bright Red

📋 copy color: '#A01D1E'

red 160 ◦ green 29 ◦ blue 30

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

Shades of Bright Red #A01D1E

Tints of Bright Red #A01D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.7%

R = 73.06%
G = 13.24%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A01D1E (or 0xA01D1E) is known color: Bright Red. HEX triplet: A0, 1D and 1E. RGB value is (160,29,30). Sum of RGB (Red+Green+Blue) = 160+29+30=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D1E is #5FE2E1. Grayscale: #444444. Windows color (decimal): -6284002 or 1973664. OLE color: 1973664.

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

Color convert

RGB 160 29 30 -
CMYK 0 0.82 0.81 0.37
HSL 359.54º 0.69% 0.37% -
HSV(B) 359.54º 0.82% 0.63% -
XYZ 15.17 8.45 2.06 -
YUV 68.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 160 29 30 0 0.82 0.81 0.37 359.54 0.69 0.37
Hex A0 1D 1E 0 52 51 25 168 45 25
Octal 240 35 36 0 122 121 45 550 105 45
Binary 10100000 11101 11110 0 1010010 1010001 100101 101101000 1000101 100101

Color Harmonies of #A01D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D1E

Black with #A01D1E

Text Example


Text Example

White with #A01D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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