Html Css Color HEX #A31335 Bright Red

📋 copy color: '#A31335'

red 163 ◦ green 19 ◦ blue 53

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

Shades of Bright Red #A31335

Tints of Bright Red #A31335

RGB

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

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

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

R = 69.36%
G = 8.09%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A31335 (or 0xA31335) is known color: Bright Red. HEX triplet: A3, 13 and 35. RGB value is (163,19,53). Sum of RGB (Red+Green+Blue) = 163+19+53=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A31335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31335 is #5CECCA. Grayscale: #414141. Windows color (decimal): -6089931 or 3478435. OLE color: 3478435.

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

Color convert

RGB 163 19 53 -
CMYK 0 0.88 0.67 0.36
HSL 345.83º 0.79% 0.36% -
HSV(B) 345.83º 0.88% 0.64% -
XYZ 15.98 8.51 4.17 -
YUV 65.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 163 19 53 0 0.88 0.67 0.36 345.83 0.79 0.36
Hex A3 13 35 0 58 43 24 15A 4F 24
Octal 243 23 65 0 130 103 44 532 117 44
Binary 10100011 10011 110101 0 1011000 1000011 100100 101011010 1001111 100100

Color Harmonies of #A31335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31335

Black with #A31335

Text Example


Text Example

White with #A31335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31335; }

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

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

background-color css

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

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

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

border-color css

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

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

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