Html Css Color HEX #A31135 Bright Red

📋 copy color: '#A31135'

red 163 ◦ green 17 ◦ blue 53

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

Shades of Bright Red #A31135

Tints of Bright Red #A31135

RGB

 RED value IS 163 (64.06% from 255) = 69.96%

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 69.96%
G = 7.3%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A31135 (or 0xA31135) is known color: Bright Red. HEX triplet: A3, 11 and 35. RGB value is (163,17,53). Sum of RGB (Red+Green+Blue) = 163+17+53=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31135 is #5CEECA. Grayscale: #404040. Windows color (decimal): -6090443 or 3477923. OLE color: 3477923.

HSL color Cylindrical-coordinate representation of color #A31135: hue angle of 345.21º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31135 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 53 -
CMYK 0 0.90 0.67 0.36
HSL 345.21º 0.81% 0.35% -
HSV(B) 345.21º 0.9% 0.64% -
XYZ 15.95 8.44 4.16 -
YUV 64.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 163 17 53 0 0.90 0.67 0.36 345.21 0.81 0.35
Hex A3 11 35 0 5A 43 24 159 51 23
Octal 243 21 65 0 132 103 44 531 121 43
Binary 10100011 10001 110101 0 1011010 1000011 100100 101011001 1010001 100011

Color Harmonies of #A31135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31135

Black with #A31135

Text Example


Text Example

White with #A31135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31135; }

 p { color: rgb(163,17,53); }

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

background-color css

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

 a { background-color: rgb(163,17,53); }

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

border-color css

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

 span { border-color: rgb(163,17,53); }

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