Html Css Color HEX #A51F36 Bright Red

📋 copy color: '#A51F36'

red 165 ◦ green 31 ◦ blue 54

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

Shades of Bright Red #A51F36

Tints of Bright Red #A51F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 66%
G = 12.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A51F36 (or 0xA51F36) is known color: Bright Red. HEX triplet: A5, 1F and 36. RGB value is (165,31,54). Sum of RGB (Red+Green+Blue) = 165+31+54=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51F36 is #5AE0C9. Grayscale: #494949. Windows color (decimal): -5955786 or 3547045. OLE color: 3547045.

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

Color convert

RGB 165 31 54 -
CMYK 0 0.81 0.67 0.35
HSL 349.7º 0.68% 0.38% -
HSV(B) 349.7º 0.81% 0.65% -
XYZ 16.67 9.25 4.4 -
YUV 73.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 165 31 54 0 0.81 0.67 0.35 349.7 0.68 0.38
Hex A5 1F 36 0 51 43 23 15E 44 26
Octal 245 37 66 0 121 103 43 536 104 46
Binary 10100101 11111 110110 0 1010001 1000011 100011 101011110 1000100 100110

Color Harmonies of #A51F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F36

Black with #A51F36

Text Example


Text Example

White with #A51F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F36; }

 p { color: rgb(165,31,54); }

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

background-color css

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

 a { background-color: rgb(165,31,54); }

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

border-color css

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

 span { border-color: rgb(165,31,54); }

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