Html Css Color HEX #A52A0F Fire Brick

📋 copy color: '#A52A0F'

red 165 ◦ green 42 ◦ blue 15

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

Shades of Fire Brick #A52A0F

Tints of Fire Brick #A52A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.76%

R = 74.32%
G = 18.92%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A52A0F (or 0xA52A0F) is known color: Fire Brick. HEX triplet: A5, 2A and 0F. RGB value is (165,42,15). Sum of RGB (Red+Green+Blue) = 165+42+15=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52A0F is #5AD5F0. Grayscale: #4B4B4B. Windows color (decimal): -5953009 or 993957. OLE color: 993957.

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

Color convert

RGB 165 42 15 -
CMYK 0 0.75 0.91 0.35
HSL 10.8º 0.83% 0.35% -
HSV(B) 10.8º 0.91% 0.65% -
XYZ 16.43 9.69 1.46 -
YUV 75.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 165 42 15 0 0.75 0.91 0.35 10.8 0.83 0.35
Hex A5 2A F 0 4B 5B 23 B 53 23
Octal 245 52 17 0 113 133 43 13 123 43
Binary 10100101 101010 1111 0 1001011 1011011 100011 1011 1010011 100011

Color Harmonies of #A52A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A0F

Black with #A52A0F

Text Example


Text Example

White with #A52A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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