Html Css Color HEX #A32B12 Fire Brick

📋 copy color: '#A32B12'

red 163 ◦ green 43 ◦ blue 18

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

Shades of Fire Brick #A32B12

Tints of Fire Brick #A32B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.2%

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

R = 72.77%
G = 19.2%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32B12 (or 0xA32B12) is known color: Fire Brick. HEX triplet: A3, 2B and 12. RGB value is (163,43,18). Sum of RGB (Red+Green+Blue) = 163+43+18=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B12 is #5CD4ED. Grayscale: #4C4C4C. Windows color (decimal): -6083822 or 1190819. OLE color: 1190819.

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

Color convert

RGB 163 43 18 -
CMYK 0 0.74 0.89 0.36
HSL 10.34º 0.8% 0.35% -
HSV(B) 10.34º 0.89% 0.64% -
XYZ 16.08 9.56 1.57 -
YUV 76.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 163 43 18 0 0.74 0.89 0.36 10.34 0.8 0.35
Hex A3 2B 12 0 4A 59 24 A 50 23
Octal 243 53 22 0 112 131 44 12 120 43
Binary 10100011 101011 10010 0 1001010 1011001 100100 1010 1010000 100011

Color Harmonies of #A32B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B12

Black with #A32B12

Text Example


Text Example

White with #A32B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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