Html Css Color HEX #A32912 Fire Brick

📋 copy color: '#A32912'

red 163 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #A32912

Tints of Fire Brick #A32912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 73.42%
G = 18.47%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32912 (or 0xA32912) is known color: Fire Brick. HEX triplet: A3, 29 and 12. RGB value is (163,41,18). Sum of RGB (Red+Green+Blue) = 163+41+18=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32912 is #5CD6ED. Grayscale: #4B4B4B. Windows color (decimal): -6084334 or 1190307. OLE color: 1190307.

HSL color Cylindrical-coordinate representation of color #A32912: hue angle of 9.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A32912 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 41 18 -
CMYK 0 0.75 0.89 0.36
HSL 9.52º 0.8% 0.35% -
HSV(B) 9.52º 0.89% 0.64% -
XYZ 16.01 9.42 1.55 -
YUV 74.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 163 41 18 0 0.75 0.89 0.36 9.52 0.8 0.35
Hex A3 29 12 0 4B 59 24 A 50 23
Octal 243 51 22 0 113 131 44 12 120 43
Binary 10100011 101001 10010 0 1001011 1011001 100100 1010 1010000 100011

Color Harmonies of #A32912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32912

Black with #A32912

Text Example


Text Example

White with #A32912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32912; }

 p { color: rgb(163,41,18); }

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

background-color css

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

 a { background-color: rgb(163,41,18); }

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

border-color css

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

 span { border-color: rgb(163,41,18); }

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