Html Css Color HEX #A51413 Fire Brick

📋 copy color: '#A51413'

red 165 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #A51413

Tints of Fire Brick #A51413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 80.88%
G = 9.8%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A51413 (or 0xA51413) is known color: Fire Brick. HEX triplet: A5, 14 and 13. RGB value is (165,20,19). Sum of RGB (Red+Green+Blue) = 165+20+19=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A51413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51413 is #5AEBEC. Grayscale: #3F3F3F. Windows color (decimal): -5958637 or 1250469. OLE color: 1250469.

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

Color convert

RGB 165 20 19 -
CMYK 0 0.88 0.88 0.35
HSL 0.41º 0.79% 0.36% -
HSV(B) 0.41º 0.88% 0.65% -
XYZ 15.88 8.55 1.43 -
YUV 63.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 165 20 19 0 0.88 0.88 0.35 0.41 0.79 0.36
Hex A5 14 13 0 58 58 23 0 4F 24
Octal 245 24 23 0 130 130 43 0 117 44
Binary 10100101 10100 10011 0 1011000 1011000 100011 0 1001111 100100

Color Harmonies of #A51413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51413

Black with #A51413

Text Example


Text Example

White with #A51413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51413; }

 p { color: rgb(165,20,19); }

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

background-color css

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

 a { background-color: rgb(165,20,19); }

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

border-color css

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

 span { border-color: rgb(165,20,19); }

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