Html Css Color HEX #A32216 Fire Brick

📋 copy color: '#A32216'

red 163 ◦ green 34 ◦ blue 22

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

Shades of Fire Brick #A32216

Tints of Fire Brick #A32216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 74.43%
G = 15.53%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32216 (or 0xA32216) is known color: Fire Brick. HEX triplet: A3, 22 and 16. RGB value is (163,34,22). Sum of RGB (Red+Green+Blue) = 163+34+22=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32216 is #5CDDE9. Grayscale: #474747. Windows color (decimal): -6086122 or 1450659. OLE color: 1450659.

HSL color Cylindrical-coordinate representation of color #A32216: hue angle of 5.11º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A32216 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 22 -
CMYK 0 0.79 0.87 0.36
HSL 5.11º 0.76% 0.36% -
HSV(B) 5.11º 0.87% 0.64% -
XYZ 15.82 8.99 1.66 -
YUV 71.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 163 34 22 0 0.79 0.87 0.36 5.11 0.76 0.36
Hex A3 22 16 0 4F 57 24 5 4C 24
Octal 243 42 26 0 117 127 44 5 114 44
Binary 10100011 100010 10110 0 1001111 1010111 100100 101 1001100 100100

Color Harmonies of #A32216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32216

Black with #A32216

Text Example


Text Example

White with #A32216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32216; }

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

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

background-color css

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

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

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

border-color css

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

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

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