Html Css Color HEX #A01436 Bright Red

📋 copy color: '#A01436'

red 160 ◦ green 20 ◦ blue 54

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

Shades of Bright Red #A01436

Tints of Bright Red #A01436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 68.38%
G = 8.55%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01436 (or 0xA01436) is known color: Bright Red. HEX triplet: A0, 14 and 36. RGB value is (160,20,54). Sum of RGB (Red+Green+Blue) = 160+20+54=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01436 is #5FEBC9. Grayscale: #414141. Windows color (decimal): -6286282 or 3544224. OLE color: 3544224.

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

Color convert

RGB 160 20 54 -
CMYK 0 0.88 0.66 0.37
HSL 345.43º 0.78% 0.35% -
HSV(B) 345.43º 0.88% 0.63% -
XYZ 15.41 8.24 4.27 -
YUV 65.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 160 20 54 0 0.88 0.66 0.37 345.43 0.78 0.35
Hex A0 14 36 0 58 42 25 159 4E 23
Octal 240 24 66 0 130 102 45 531 116 43
Binary 10100000 10100 110110 0 1011000 1000010 100101 101011001 1001110 100011

Color Harmonies of #A01436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01436

Black with #A01436

Text Example


Text Example

White with #A01436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01436; }

 p { color: rgb(160,20,54); }

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

background-color css

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

 a { background-color: rgb(160,20,54); }

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

border-color css

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

 span { border-color: rgb(160,20,54); }

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