Html Css Color HEX #A32710 Fire Brick

📋 copy color: '#A32710'

red 163 ◦ green 39 ◦ blue 16

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

Shades of Fire Brick #A32710

Tints of Fire Brick #A32710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 74.77%
G = 17.89%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32710 (or 0xA32710) is known color: Fire Brick. HEX triplet: A3, 27 and 10. RGB value is (163,39,16). Sum of RGB (Red+Green+Blue) = 163+39+16=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32710 is #5CD8EF. Grayscale: #494949. Windows color (decimal): -6084848 or 1058723. OLE color: 1058723.

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

Color convert

RGB 163 39 16 -
CMYK 0 0.76 0.90 0.36
HSL 9.39º 0.82% 0.35% -
HSV(B) 9.39º 0.9% 0.64% -
XYZ 15.92 9.27 1.44 -
YUV 73.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 163 39 16 0 0.76 0.90 0.36 9.39 0.82 0.35
Hex A3 27 10 0 4C 5A 24 9 52 23
Octal 243 47 20 0 114 132 44 11 122 43
Binary 10100011 100111 10000 0 1001100 1011010 100100 1001 1010010 100011

Color Harmonies of #A32710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32710

Black with #A32710

Text Example


Text Example

White with #A32710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32710; }

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

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

background-color css

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

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

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

border-color css

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

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

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