Html Css Color HEX #A31B2D Bright Red

📋 copy color: '#A31B2D'

red 163 ◦ green 27 ◦ blue 45

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

Shades of Bright Red #A31B2D

Tints of Bright Red #A31B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 69.36%
G = 11.49%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A31B2D (or 0xA31B2D) is known color: Bright Red. HEX triplet: A3, 1B and 2D. RGB value is (163,27,45). Sum of RGB (Red+Green+Blue) = 163+27+45=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B2D is #5CE4D2. Grayscale: #454545. Windows color (decimal): -6087891 or 2956195. OLE color: 2956195.

HSL color Cylindrical-coordinate representation of color #A31B2D: hue angle of 352.06º 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 #A31B2D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 27 45 -
CMYK 0 0.83 0.72 0.36
HSL 352.06º 0.72% 0.37% -
HSV(B) 352.06º 0.83% 0.64% -
XYZ 15.97 8.76 3.33 -
YUV 69.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 163 27 45 0 0.83 0.72 0.36 352.06 0.72 0.37
Hex A3 1B 2D 0 53 48 24 160 48 25
Octal 243 33 55 0 123 110 44 540 110 45
Binary 10100011 11011 101101 0 1010011 1001000 100100 101100000 1001000 100101

Color Harmonies of #A31B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B2D

Black with #A31B2D

Text Example


Text Example

White with #A31B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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