Html Css Color HEX #A32212 Fire Brick

📋 copy color: '#A32212'

red 163 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #A32212

Tints of Fire Brick #A32212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.81%

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

R = 75.81%
G = 15.81%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A32212 (or 0xA32212) is known color: Fire Brick. HEX triplet: A3, 22 and 12. RGB value is (163,34,18). Sum of RGB (Red+Green+Blue) = 163+34+18=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A32212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32212 is #5CDDED. Grayscale: #464646. Windows color (decimal): -6086126 or 1188515. OLE color: 1188515.

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

Color convert

RGB 163 34 18 -
CMYK 0 0.79 0.89 0.36
HSL 6.62º 0.8% 0.35% -
HSV(B) 6.62º 0.89% 0.64% -
XYZ 15.79 8.97 1.47 -
YUV 70.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 163 34 18 0 0.79 0.89 0.36 6.62 0.8 0.35
Hex A3 22 12 0 4F 59 24 7 50 23
Octal 243 42 22 0 117 131 44 7 120 43
Binary 10100011 100010 10010 0 1001111 1011001 100100 111 1010000 100011

Color Harmonies of #A32212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32212

Black with #A32212

Text Example


Text Example

White with #A32212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32212; }

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

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

background-color css

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

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

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

border-color css

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

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

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