Html Css Color HEX #A32C12 Fire Brick

📋 copy color: '#A32C12'

red 163 ◦ green 44 ◦ blue 18

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

Shades of Fire Brick #A32C12

Tints of Fire Brick #A32C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

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

R = 72.44%
G = 19.56%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32C12 (or 0xA32C12) is known color: Fire Brick. HEX triplet: A3, 2C and 12. RGB value is (163,44,18). Sum of RGB (Red+Green+Blue) = 163+44+18=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C12 is #5CD3ED. Grayscale: #4C4C4C. Windows color (decimal): -6083566 or 1191075. OLE color: 1191075.

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

Color convert

RGB 163 44 18 -
CMYK 0 0.73 0.89 0.36
HSL 10.76º 0.8% 0.35% -
HSV(B) 10.76º 0.89% 0.64% -
XYZ 16.11 9.63 1.58 -
YUV 76.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 163 44 18 0 0.73 0.89 0.36 10.76 0.8 0.35
Hex A3 2C 12 0 49 59 24 B 50 23
Octal 243 54 22 0 111 131 44 13 120 43
Binary 10100011 101100 10010 0 1001001 1011001 100100 1011 1010000 100011

Color Harmonies of #A32C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C12

Black with #A32C12

Text Example


Text Example

White with #A32C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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