Html Css Color HEX #A51D1D Fire Brick

📋 copy color: '#A51D1D'

red 165 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #A51D1D

Tints of Fire Brick #A51D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 29 (11.72% from 255) = 13%

R = 73.99%
G = 13%
B = 13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A51D1D (or 0xA51D1D) is known color: Fire Brick. HEX triplet: A5, 1D and 1D. RGB value is (165,29,29). Sum of RGB (Red+Green+Blue) = 165+29+29=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D1D is #5AE2E2. Grayscale: #454545. Windows color (decimal): -5956323 or 1908133. OLE color: 1908133.

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

Color convert

RGB 165 29 29 -
CMYK 0 0.82 0.82 0.35
HSL 0.7% 0.38% -
HSV(B) 0.82% 0.65% -
XYZ 16.18 8.97 2.04 -
YUV 69.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 165 29 29 0 0.82 0.82 0.35 0 0.7 0.38
Hex A5 1D 1D 0 52 52 23 0 46 26
Octal 245 35 35 0 122 122 43 0 106 46
Binary 10100101 11101 11101 0 1010010 1010010 100011 0 1000110 100110

Color Harmonies of #A51D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D1D

Black with #A51D1D

Text Example


Text Example

White with #A51D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D1D; }

 p { color: rgb(165,29,29); }

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

background-color css

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

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

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

border-color css

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

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

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