Html Css Color HEX #A51A1F Bright Red

📋 copy color: '#A51A1F'

red 165 ◦ green 26 ◦ blue 31

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

Shades of Bright Red #A51A1F

Tints of Bright Red #A51A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 74.32%
G = 11.71%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A51A1F (or 0xA51A1F) is known color: Bright Red. HEX triplet: A5, 1A and 1F. RGB value is (165,26,31). Sum of RGB (Red+Green+Blue) = 165+26+31=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A1F is #5AE5E0. Grayscale: #444444. Windows color (decimal): -5957089 or 2038437. OLE color: 2038437.

HSL color Cylindrical-coordinate representation of color #A51A1F: hue angle of 357.84º 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 #A51A1F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 31 -
CMYK 0 0.84 0.81 0.35
HSL 357.84º 0.73% 0.37% -
HSV(B) 357.84º 0.84% 0.65% -
XYZ 16.13 8.84 2.15 -
YUV 68.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 165 26 31 0 0.84 0.81 0.35 357.84 0.73 0.37
Hex A5 1A 1F 0 54 51 23 166 49 25
Octal 245 32 37 0 124 121 43 546 111 45
Binary 10100101 11010 11111 0 1010100 1010001 100011 101100110 1001001 100101

Color Harmonies of #A51A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A1F

Black with #A51A1F

Text Example


Text Example

White with #A51A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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