Html Css Color HEX #A51B2D Bright Red

📋 copy color: '#A51B2D'

red 165 ◦ green 27 ◦ blue 45

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

Shades of Bright Red #A51B2D

Tints of Bright Red #A51B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.39%

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 69.62%
G = 11.39%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A51B2D (or 0xA51B2D) is known color: Bright Red. HEX triplet: A5, 1B and 2D. RGB value is (165,27,45). Sum of RGB (Red+Green+Blue) = 165+27+45=237 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.62% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B2D is #5AE4D2. Grayscale: #464646. Windows color (decimal): -5956819 or 2956197. OLE color: 2956197.

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

Color convert

RGB 165 27 45 -
CMYK 0 0.84 0.73 0.35
HSL 352.17º 0.72% 0.38% -
HSV(B) 352.17º 0.84% 0.65% -
XYZ 16.38 8.97 3.35 -
YUV 70.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 165 27 45 0 0.84 0.73 0.35 352.17 0.72 0.38
Hex A5 1B 2D 0 54 49 23 160 48 26
Octal 245 33 55 0 124 111 43 540 110 46
Binary 10100101 11011 101101 0 1010100 1001001 100011 101100000 1001000 100110

Color Harmonies of #A51B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B2D

Black with #A51B2D

Text Example


Text Example

White with #A51B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B2D; }

 p { color: rgb(165,27,45); }

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

background-color css

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

 a { background-color: rgb(165,27,45); }

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

border-color css

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

 span { border-color: rgb(165,27,45); }

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