Html Css Color HEX #A01335 Bright Red

📋 copy color: '#A01335'

red 160 ◦ green 19 ◦ blue 53

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

Shades of Bright Red #A01335

Tints of Bright Red #A01335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 68.97%
G = 8.19%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A01335 (or 0xA01335) is known color: Bright Red. HEX triplet: A0, 13 and 35. RGB value is (160,19,53). Sum of RGB (Red+Green+Blue) = 160+19+53=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01335 is #5FECCA. Grayscale: #414141. Windows color (decimal): -6286539 or 3478432. OLE color: 3478432.

HSL color Cylindrical-coordinate representation of color #A01335: hue angle of 345.53º degrees, saturation: 0.79, 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 #A01335 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 19 53 -
CMYK 0 0.88 0.67 0.37
HSL 345.53º 0.79% 0.35% -
HSV(B) 345.53º 0.88% 0.63% -
XYZ 15.37 8.2 4.14 -
YUV 65.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 160 19 53 0 0.88 0.67 0.37 345.53 0.79 0.35
Hex A0 13 35 0 58 43 25 15A 4F 23
Octal 240 23 65 0 130 103 45 532 117 43
Binary 10100000 10011 110101 0 1011000 1000011 100101 101011010 1001111 100011

Color Harmonies of #A01335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01335

Black with #A01335

Text Example


Text Example

White with #A01335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01335; }

 p { color: rgb(160,19,53); }

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

background-color css

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

 a { background-color: rgb(160,19,53); }

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

border-color css

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

 span { border-color: rgb(160,19,53); }

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