Html Css Color HEX #A32409 Fire Brick

📋 copy color: '#A32409'

red 163 ◦ green 36 ◦ blue 9

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

Shades of Fire Brick #A32409

Tints of Fire Brick #A32409

RGB

 RED value IS 163 (64.06% from 255) = 78.37%

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 78.37%
G = 17.31%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A32409 (or 0xA32409) is known color: Fire Brick. HEX triplet: A3, 24 and 09. RGB value is (163,36,9). Sum of RGB (Red+Green+Blue) = 163+36+9=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A32409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32409 is #5CDBF6. Grayscale: #474747. Windows color (decimal): -6085623 or 599203. OLE color: 599203.

HSL color Cylindrical-coordinate representation of color #A32409: hue angle of 10.52º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A32409 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 36 9 -
CMYK 0 0.78 0.94 0.36
HSL 10.52º 0.9% 0.34% -
HSV(B) 10.52º 0.94% 0.64% -
XYZ 15.78 9.07 1.18 -
YUV 70.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 163 36 9 0 0.78 0.94 0.36 10.52 0.9 0.34
Hex A3 24 9 0 4E 5E 24 B 5A 22
Octal 243 44 11 0 116 136 44 13 132 42
Binary 10100011 100100 1001 0 1001110 1011110 100100 1011 1011010 100010

Color Harmonies of #A32409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32409

Black with #A32409

Text Example


Text Example

White with #A32409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32409; }

 p { color: rgb(163,36,9); }

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

background-color css

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

 a { background-color: rgb(163,36,9); }

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

border-color css

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

 span { border-color: rgb(163,36,9); }

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