Html Css Color HEX #A32612 Fire Brick

📋 copy color: '#A32612'

red 163 ◦ green 38 ◦ blue 18

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

Shades of Fire Brick #A32612

Tints of Fire Brick #A32612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 74.43%
G = 17.35%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32612 (or 0xA32612) is known color: Fire Brick. HEX triplet: A3, 26 and 12. RGB value is (163,38,18). Sum of RGB (Red+Green+Blue) = 163+38+18=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32612 is #5CD9ED. Grayscale: #494949. Windows color (decimal): -6085102 or 1189539. OLE color: 1189539.

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

Color convert

RGB 163 38 18 -
CMYK 0 0.77 0.89 0.36
HSL 8.28º 0.8% 0.35% -
HSV(B) 8.28º 0.89% 0.64% -
XYZ 15.91 9.22 1.51 -
YUV 73.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 163 38 18 0 0.77 0.89 0.36 8.28 0.8 0.35
Hex A3 26 12 0 4D 59 24 8 50 23
Octal 243 46 22 0 115 131 44 10 120 43
Binary 10100011 100110 10010 0 1001101 1011001 100100 1000 1010000 100011

Color Harmonies of #A32612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32612

Black with #A32612

Text Example


Text Example

White with #A32612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32612; }

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

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

background-color css

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

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

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

border-color css

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

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

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