Html Css Color HEX #A32714 Fire Brick

📋 copy color: '#A32714'

red 163 ◦ green 39 ◦ blue 20

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

Shades of Fire Brick #A32714

Tints of Fire Brick #A32714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 73.42%
G = 17.57%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32714 (or 0xA32714) is known color: Fire Brick. HEX triplet: A3, 27 and 14. RGB value is (163,39,20). Sum of RGB (Red+Green+Blue) = 163+39+20=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32714 is #5CD8EB. Grayscale: #4A4A4A. Windows color (decimal): -6084844 or 1320867. OLE color: 1320867.

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

Color convert

RGB 163 39 20 -
CMYK 0 0.76 0.88 0.36
HSL 7.97º 0.78% 0.36% -
HSV(B) 7.97º 0.88% 0.64% -
XYZ 15.96 9.29 1.61 -
YUV 73.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 163 39 20 0 0.76 0.88 0.36 7.97 0.78 0.36
Hex A3 27 14 0 4C 58 24 8 4E 24
Octal 243 47 24 0 114 130 44 10 116 44
Binary 10100011 100111 10100 0 1001100 1011000 100100 1000 1001110 100100

Color Harmonies of #A32714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32714

Black with #A32714

Text Example


Text Example

White with #A32714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32714; }

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

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

background-color css

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

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

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

border-color css

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

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

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