Html Css Color HEX #A32314 Fire Brick

📋 copy color: '#A32314'

red 163 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #A32314

Tints of Fire Brick #A32314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 74.77%
G = 16.06%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32314 (or 0xA32314) is known color: Fire Brick. HEX triplet: A3, 23 and 14. RGB value is (163,35,20). Sum of RGB (Red+Green+Blue) = 163+35+20=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32314 is #5CDCEB. Grayscale: #474747. Windows color (decimal): -6085868 or 1319843. OLE color: 1319843.

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

Color convert

RGB 163 35 20 -
CMYK 0 0.79 0.88 0.36
HSL 6.29º 0.78% 0.36% -
HSV(B) 6.29º 0.88% 0.64% -
XYZ 15.83 9.04 1.57 -
YUV 71.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 163 35 20 0 0.79 0.88 0.36 6.29 0.78 0.36
Hex A3 23 14 0 4F 58 24 6 4E 24
Octal 243 43 24 0 117 130 44 6 116 44
Binary 10100011 100011 10100 0 1001111 1011000 100100 110 1001110 100100

Color Harmonies of #A32314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32314

Black with #A32314

Text Example


Text Example

White with #A32314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32314; }

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

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

background-color css

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

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

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

border-color css

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

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

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