Html Css Color HEX #A52003 Fire Brick

📋 copy color: '#A52003'

red 165 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #A52003

Tints of Fire Brick #A52003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 82.5%
G = 16%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A52003 (or 0xA52003) is known color: Fire Brick. HEX triplet: A5, 20 and 03. RGB value is (165,32,3). Sum of RGB (Red+Green+Blue) = 165+32+3=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A52003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52003 is #5ADFFC. Grayscale: #444444. Windows color (decimal): -5955581 or 204965. OLE color: 204965.

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

Color convert

RGB 165 32 3 -
CMYK 0 0.81 0.98 0.35
HSL 10.74º 0.96% 0.33% -
HSV(B) 10.74º 0.98% 0.65% -
XYZ 16.05 9.04 0.98 -
YUV 68.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 165 32 3 0 0.81 0.98 0.35 10.74 0.96 0.33
Hex A5 20 3 0 51 62 23 B 60 21
Octal 245 40 3 0 121 142 43 13 140 41
Binary 10100101 100000 11 0 1010001 1100010 100011 1011 1100000 100001

Color Harmonies of #A52003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52003

Black with #A52003

Text Example


Text Example

White with #A52003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52003; }

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

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

background-color css

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

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

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

border-color css

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

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

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