Html Css Color HEX #A52A0D Fire Brick

📋 copy color: '#A52A0D'

red 165 ◦ green 42 ◦ blue 13

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

Shades of Fire Brick #A52A0D

Tints of Fire Brick #A52A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 75%
G = 19.09%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A52A0D (or 0xA52A0D) is known color: Fire Brick. HEX triplet: A5, 2A and 0D. RGB value is (165,42,13). Sum of RGB (Red+Green+Blue) = 165+42+13=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A0D is #5AD5F2. Grayscale: #4B4B4B. Windows color (decimal): -5953011 or 862885. OLE color: 862885.

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

Color convert

RGB 165 42 13 -
CMYK 0 0.75 0.92 0.35
HSL 11.45º 0.85% 0.35% -
HSV(B) 11.45º 0.92% 0.65% -
XYZ 16.42 9.68 1.38 -
YUV 75.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 165 42 13 0 0.75 0.92 0.35 11.45 0.85 0.35
Hex A5 2A D 0 4B 5C 23 B 55 23
Octal 245 52 15 0 113 134 43 13 125 43
Binary 10100101 101010 1101 0 1001011 1011100 100011 1011 1010101 100011

Color Harmonies of #A52A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A0D

Black with #A52A0D

Text Example


Text Example

White with #A52A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A0D; }

 p { color: rgb(165,42,13); }

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

background-color css

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

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

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

border-color css

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

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

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