Html Css Color HEX #A51A03 Fire Brick

📋 copy color: '#A51A03'

red 165 ◦ green 26 ◦ blue 3

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

Shades of Fire Brick #A51A03

Tints of Fire Brick #A51A03

RGB

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

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

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

R = 85.05%
G = 13.4%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A51A03 (or 0xA51A03) is known color: Fire Brick. HEX triplet: A5, 1A and 03. RGB value is (165,26,3). Sum of RGB (Red+Green+Blue) = 165+26+3=194 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.05% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A51A03 is #5AE5FC. Grayscale: #414141. Windows color (decimal): -5957117 or 203429. OLE color: 203429.

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

Color convert

RGB 165 26 3 -
CMYK 0 0.84 0.98 0.35
HSL 8.52º 0.96% 0.33% -
HSV(B) 8.52º 0.98% 0.65% -
XYZ 15.9 8.74 0.94 -
YUV 64.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 165 26 3 0 0.84 0.98 0.35 8.52 0.96 0.33
Hex A5 1A 3 0 54 62 23 9 60 21
Octal 245 32 3 0 124 142 43 11 140 41
Binary 10100101 11010 11 0 1010100 1100010 100011 1001 1100000 100001

Color Harmonies of #A51A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A03

Black with #A51A03

Text Example


Text Example

White with #A51A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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