Html Css Color HEX #A01A1D Bright Red

📋 copy color: '#A01A1D'

red 160 ◦ green 26 ◦ blue 29

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

Shades of Bright Red #A01A1D

Tints of Bright Red #A01A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 74.42%
G = 12.09%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A01A1D (or 0xA01A1D) is known color: Bright Red. HEX triplet: A0, 1A and 1D. RGB value is (160,26,29). Sum of RGB (Red+Green+Blue) = 160+26+29=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01A1D is #5FE5E2. Grayscale: #424242. Windows color (decimal): -6284771 or 1907360. OLE color: 1907360.

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

Color convert

RGB 160 26 29 -
CMYK 0 0.84 0.82 0.37
HSL 358.66º 0.72% 0.36% -
HSV(B) 358.66º 0.84% 0.63% -
XYZ 15.09 8.3 1.97 -
YUV 66.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 160 26 29 0 0.84 0.82 0.37 358.66 0.72 0.36
Hex A0 1A 1D 0 54 52 25 167 48 24
Octal 240 32 35 0 124 122 45 547 110 44
Binary 10100000 11010 11101 0 1010100 1010010 100101 101100111 1001000 100100

Color Harmonies of #A01A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A1D

Black with #A01A1D

Text Example


Text Example

White with #A01A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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