Html Css Color HEX #A31B35 Bright Red

📋 copy color: '#A31B35'

red 163 ◦ green 27 ◦ blue 53

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

Shades of Bright Red #A31B35

Tints of Bright Red #A31B35

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.11%

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

R = 67.08%
G = 11.11%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A31B35 (or 0xA31B35) is known color: Bright Red. HEX triplet: A3, 1B and 35. RGB value is (163,27,53). Sum of RGB (Red+Green+Blue) = 163+27+53=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B35 is #5CE4CA. Grayscale: #464646. Windows color (decimal): -6087883 or 3480483. OLE color: 3480483.

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

Color convert

RGB 163 27 53 -
CMYK 0 0.83 0.67 0.36
HSL 348.53º 0.72% 0.37% -
HSV(B) 348.53º 0.83% 0.64% -
XYZ 16.14 8.83 4.22 -
YUV 70.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 163 27 53 0 0.83 0.67 0.36 348.53 0.72 0.37
Hex A3 1B 35 0 53 43 24 15D 48 25
Octal 243 33 65 0 123 103 44 535 110 45
Binary 10100011 11011 110101 0 1010011 1000011 100100 101011101 1001000 100101

Color Harmonies of #A31B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B35

Black with #A31B35

Text Example


Text Example

White with #A31B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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