Html Css Color HEX #A51A33 Bright Red

📋 copy color: '#A51A33'

red 165 ◦ green 26 ◦ blue 51

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

Shades of Bright Red #A51A33

Tints of Bright Red #A51A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 68.18%
G = 10.74%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A51A33 (or 0xA51A33) is known color: Bright Red. HEX triplet: A5, 1A and 33. RGB value is (165,26,51). Sum of RGB (Red+Green+Blue) = 165+26+51=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A33 is #5AE5CC. Grayscale: #464646. Windows color (decimal): -5957069 or 3349157. OLE color: 3349157.

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

Color convert

RGB 165 26 51 -
CMYK 0 0.84 0.69 0.35
HSL 349.21º 0.73% 0.37% -
HSV(B) 349.21º 0.84% 0.65% -
XYZ 16.48 8.98 4 -
YUV 70.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 165 26 51 0 0.84 0.69 0.35 349.21 0.73 0.37
Hex A5 1A 33 0 54 45 23 15D 49 25
Octal 245 32 63 0 124 105 43 535 111 45
Binary 10100101 11010 110011 0 1010100 1000101 100011 101011101 1001001 100101

Color Harmonies of #A51A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A33

Black with #A51A33

Text Example


Text Example

White with #A51A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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