Html Css Color HEX #A32610 Fire Brick

📋 copy color: '#A32610'

red 163 ◦ green 38 ◦ blue 16

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

Shades of Fire Brick #A32610

Tints of Fire Brick #A32610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 75.12%
G = 17.51%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32610 (or 0xA32610) is known color: Fire Brick. HEX triplet: A3, 26 and 10. RGB value is (163,38,16). Sum of RGB (Red+Green+Blue) = 163+38+16=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A32610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32610 is #5CD9EF. Grayscale: #494949. Windows color (decimal): -6085104 or 1058467. OLE color: 1058467.

HSL color Cylindrical-coordinate representation of color #A32610: hue angle of 8.98º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A32610 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 38 16 -
CMYK 0 0.77 0.90 0.36
HSL 8.98º 0.82% 0.35% -
HSV(B) 8.98º 0.9% 0.64% -
XYZ 15.89 9.21 1.43 -
YUV 72.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 163 38 16 0 0.77 0.90 0.36 8.98 0.82 0.35
Hex A3 26 10 0 4D 5A 24 9 52 23
Octal 243 46 20 0 115 132 44 11 122 43
Binary 10100011 100110 10000 0 1001101 1011010 100100 1001 1010010 100011

Color Harmonies of #A32610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32610

Black with #A32610

Text Example


Text Example

White with #A32610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32610; }

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

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

background-color css

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

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

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

border-color css

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

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

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