Html Css Color HEX #A31B3D Bright Red

📋 copy color: '#A31B3D'

red 163 ◦ green 27 ◦ blue 61

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

Shades of Bright Red #A31B3D

Tints of Bright Red #A31B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 64.94%
G = 10.76%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A31B3D (or 0xA31B3D) is known color: Bright Red. HEX triplet: A3, 1B and 3D. RGB value is (163,27,61). Sum of RGB (Red+Green+Blue) = 163+27+61=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B3D is #5CE4C2. Grayscale: #474747. Windows color (decimal): -6087875 or 4004771. OLE color: 4004771.

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

Color convert

RGB 163 27 61 -
CMYK 0 0.83 0.63 0.36
HSL 345º 0.72% 0.37% -
HSV(B) 345º 0.83% 0.64% -
XYZ 16.34 8.91 5.27 -
YUV 71.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 163 27 61 0 0.83 0.63 0.36 345 0.72 0.37
Hex A3 1B 3D 0 53 3F 24 159 48 25
Octal 243 33 75 0 123 77 44 531 110 45
Binary 10100011 11011 111101 0 1010011 111111 100100 101011001 1001000 100101

Color Harmonies of #A31B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31B3D

Black with #A31B3D

Text Example


Text Example

White with #A31B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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