Html Css Color HEX #A31630 Bright Red

📋 copy color: '#A31630'

red 163 ◦ green 22 ◦ blue 48

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

Shades of Bright Red #A31630

Tints of Bright Red #A31630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

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

R = 69.96%
G = 9.44%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A31630 (or 0xA31630) is known color: Bright Red. HEX triplet: A3, 16 and 30. RGB value is (163,22,48). Sum of RGB (Red+Green+Blue) = 163+22+48=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31630 is #5CE9CF. Grayscale: #434343. Windows color (decimal): -6089168 or 3151523. OLE color: 3151523.

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

Color convert

RGB 163 22 48 -
CMYK 0 0.87 0.71 0.36
HSL 348.94º 0.76% 0.36% -
HSV(B) 348.94º 0.87% 0.64% -
XYZ 15.92 8.57 3.61 -
YUV 67.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 163 22 48 0 0.87 0.71 0.36 348.94 0.76 0.36
Hex A3 16 30 0 57 47 24 15D 4C 24
Octal 243 26 60 0 127 107 44 535 114 44
Binary 10100011 10110 110000 0 1010111 1000111 100100 101011101 1001100 100100

Color Harmonies of #A31630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31630

Black with #A31630

Text Example


Text Example

White with #A31630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31630; }

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

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

background-color css

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

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

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

border-color css

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

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

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