Html Css Color HEX #A51803 Fire Brick

📋 copy color: '#A51803'

red 165 ◦ green 24 ◦ blue 3

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

Shades of Fire Brick #A51803

Tints of Fire Brick #A51803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 3 (1.56% from 255) = 1.56%

R = 85.94%
G = 12.5%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A51803 (or 0xA51803) is known color: Fire Brick. HEX triplet: A5, 18 and 03. RGB value is (165,24,3). Sum of RGB (Red+Green+Blue) = 165+24+3=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A51803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51803 is #5AE7FC. Grayscale: #3F3F3F. Windows color (decimal): -5957629 or 202917. OLE color: 202917.

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

Color convert

RGB 165 24 3 -
CMYK 0 0.85 0.98 0.35
HSL 7.78º 0.96% 0.33% -
HSV(B) 7.78º 0.98% 0.65% -
XYZ 15.86 8.66 0.92 -
YUV 63.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 165 24 3 0 0.85 0.98 0.35 7.78 0.96 0.33
Hex A5 18 3 0 55 62 23 8 60 21
Octal 245 30 3 0 125 142 43 10 140 41
Binary 10100101 11000 11 0 1010101 1100010 100011 1000 1100000 100001

Color Harmonies of #A51803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51803

Black with #A51803

Text Example


Text Example

White with #A51803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51803; }

 p { color: rgb(165,24,3); }

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

background-color css

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

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

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

border-color css

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

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

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