Html Css Color HEX #A51233 Bright Red

📋 copy color: '#A51233'

red 165 ◦ green 18 ◦ blue 51

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

Shades of Bright Red #A51233

Tints of Bright Red #A51233

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 70.51%
G = 7.69%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A51233 (or 0xA51233) is known color: Bright Red. HEX triplet: A5, 12 and 33. RGB value is (165,18,51). Sum of RGB (Red+Green+Blue) = 165+18+51=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A51233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51233 is #5AEDCC. Grayscale: #414141. Windows color (decimal): -5959117 or 3347109. OLE color: 3347109.

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

Color convert

RGB 165 18 51 -
CMYK 0 0.89 0.69 0.35
HSL 346.53º 0.8% 0.36% -
HSV(B) 346.53º 0.89% 0.65% -
XYZ 16.33 8.67 3.94 -
YUV 65.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 165 18 51 0 0.89 0.69 0.35 346.53 0.8 0.36
Hex A5 12 33 0 59 45 23 15B 50 24
Octal 245 22 63 0 131 105 43 533 120 44
Binary 10100101 10010 110011 0 1011001 1000101 100011 101011011 1010000 100100

Color Harmonies of #A51233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51233

Black with #A51233

Text Example


Text Example

White with #A51233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51233; }

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

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

background-color css

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

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

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

border-color css

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

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

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