Html Css Color HEX #A32309 Fire Brick

📋 copy color: '#A32309'

red 163 ◦ green 35 ◦ blue 9

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

Shades of Fire Brick #A32309

Tints of Fire Brick #A32309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 78.74%
G = 16.91%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A32309 (or 0xA32309) is known color: Fire Brick. HEX triplet: A3, 23 and 09. RGB value is (163,35,9). Sum of RGB (Red+Green+Blue) = 163+35+9=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A32309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32309 is #5CDCF6. Grayscale: #464646. Windows color (decimal): -6085879 or 598947. OLE color: 598947.

HSL color Cylindrical-coordinate representation of color #A32309: hue angle of 10.13º 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 #A32309 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 9 -
CMYK 0 0.79 0.94 0.36
HSL 10.13º 0.9% 0.34% -
HSV(B) 10.13º 0.94% 0.64% -
XYZ 15.75 9.01 1.17 -
YUV 70.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 163 35 9 0 0.79 0.94 0.36 10.13 0.9 0.34
Hex A3 23 9 0 4F 5E 24 A 5A 22
Octal 243 43 11 0 117 136 44 12 132 42
Binary 10100011 100011 1001 0 1001111 1011110 100100 1010 1011010 100010

Color Harmonies of #A32309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32309

Black with #A32309

Text Example


Text Example

White with #A32309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32309; }

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

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

background-color css

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

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

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

border-color css

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

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

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