Html Css Color HEX #A31330 Bright Red

📋 copy color: '#A31330'

red 163 ◦ green 19 ◦ blue 48

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

Shades of Bright Red #A31330

Tints of Bright Red #A31330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.87%

R = 70.87%
G = 8.26%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A31330 (or 0xA31330) is known color: Bright Red. HEX triplet: A3, 13 and 30. RGB value is (163,19,48). Sum of RGB (Red+Green+Blue) = 163+19+48=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A31330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31330 is #5CECCF. Grayscale: #414141. Windows color (decimal): -6089936 or 3150755. OLE color: 3150755.

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

Color convert

RGB 163 19 48 -
CMYK 0 0.88 0.71 0.36
HSL 347.92º 0.79% 0.36% -
HSV(B) 347.92º 0.88% 0.64% -
XYZ 15.87 8.47 3.59 -
YUV 65.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 163 19 48 0 0.88 0.71 0.36 347.92 0.79 0.36
Hex A3 13 30 0 58 47 24 15C 4F 24
Octal 243 23 60 0 130 107 44 534 117 44
Binary 10100011 10011 110000 0 1011000 1000111 100100 101011100 1001111 100100

Color Harmonies of #A31330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31330

Black with #A31330

Text Example


Text Example

White with #A31330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31330; }

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

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

background-color css

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

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

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

border-color css

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

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

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