Html Css Color HEX #A32715 Fire Brick

📋 copy color: '#A32715'

red 163 ◦ green 39 ◦ blue 21

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

Shades of Fire Brick #A32715

Tints of Fire Brick #A32715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 73.09%
G = 17.49%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32715 (or 0xA32715) is known color: Fire Brick. HEX triplet: A3, 27 and 15. RGB value is (163,39,21). Sum of RGB (Red+Green+Blue) = 163+39+21=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32715 is #5CD8EA. Grayscale: #4A4A4A. Windows color (decimal): -6084843 or 1386403. OLE color: 1386403.

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

Color convert

RGB 163 39 21 -
CMYK 0 0.76 0.87 0.36
HSL 7.61º 0.77% 0.36% -
HSV(B) 7.61º 0.87% 0.64% -
XYZ 15.97 9.29 1.66 -
YUV 74.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 163 39 21 0 0.76 0.87 0.36 7.61 0.77 0.36
Hex A3 27 15 0 4C 57 24 8 4D 24
Octal 243 47 25 0 114 127 44 10 115 44
Binary 10100011 100111 10101 0 1001100 1010111 100100 1000 1001101 100100

Color Harmonies of #A32715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32715

Black with #A32715

Text Example


Text Example

White with #A32715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32715; }

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

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

background-color css

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

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

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

border-color css

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

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

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