Html Css Color HEX #A01F2C Bright Red

📋 copy color: '#A01F2C'

red 160 ◦ green 31 ◦ blue 44

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

Shades of Bright Red #A01F2C

Tints of Bright Red #A01F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.19%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 68.09%
G = 13.19%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A01F2C (or 0xA01F2C) is known color: Bright Red. HEX triplet: A0, 1F and 2C. RGB value is (160,31,44). Sum of RGB (Red+Green+Blue) = 160+31+44=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01F2C is #5FE0D3. Grayscale: #474747. Windows color (decimal): -6283476 or 2891680. OLE color: 2891680.

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

Color convert

RGB 160 31 44 -
CMYK 0 0.81 0.72 0.37
HSL 353.95º 0.68% 0.37% -
HSV(B) 353.95º 0.81% 0.63% -
XYZ 15.44 8.64 3.24 -
YUV 71.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 160 31 44 0 0.81 0.72 0.37 353.95 0.68 0.37
Hex A0 1F 2C 0 51 48 25 162 44 25
Octal 240 37 54 0 121 110 45 542 104 45
Binary 10100000 11111 101100 0 1010001 1001000 100101 101100010 1000100 100101

Color Harmonies of #A01F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F2C

Black with #A01F2C

Text Example


Text Example

White with #A01F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F2C; }

 p { color: rgb(160,31,44); }

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

background-color css

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

 a { background-color: rgb(160,31,44); }

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

border-color css

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

 span { border-color: rgb(160,31,44); }

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