Html Css Color HEX #A51133 Bright Red

📋 copy color: '#A51133'

red 165 ◦ green 17 ◦ blue 51

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

Shades of Bright Red #A51133

Tints of Bright Red #A51133

RGB

 RED value IS 165 (64.84% from 255) = 70.82%

 GREEN value IS 17 (7.03% from 255) = 7.3%

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 70.82%
G = 7.3%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A51133 (or 0xA51133) is known color: Bright Red. HEX triplet: A5, 11 and 33. RGB value is (165,17,51). Sum of RGB (Red+Green+Blue) = 165+17+51=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A51133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51133 is #5AEECC. Grayscale: #414141. Windows color (decimal): -5959373 or 3346853. OLE color: 3346853.

HSL color Cylindrical-coordinate representation of color #A51133: hue angle of 346.22º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51133 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 51 -
CMYK 0 0.90 0.69 0.35
HSL 346.22º 0.81% 0.36% -
HSV(B) 346.22º 0.9% 0.65% -
XYZ 16.32 8.64 3.94 -
YUV 65.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 165 17 51 0 0.90 0.69 0.35 346.22 0.81 0.36
Hex A5 11 33 0 5A 45 23 15A 51 24
Octal 245 21 63 0 132 105 43 532 121 44
Binary 10100101 10001 110011 0 1011010 1000101 100011 101011010 1010001 100100

Color Harmonies of #A51133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51133

Black with #A51133

Text Example


Text Example

White with #A51133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51133; }

 p { color: rgb(165,17,51); }

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

background-color css

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

 a { background-color: rgb(165,17,51); }

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

border-color css

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

 span { border-color: rgb(165,17,51); }

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