Html Css Color HEX #A32613 Fire Brick

📋 copy color: '#A32613'

red 163 ◦ green 38 ◦ blue 19

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

Shades of Fire Brick #A32613

Tints of Fire Brick #A32613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 74.09%
G = 17.27%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32613 (or 0xA32613) is known color: Fire Brick. HEX triplet: A3, 26 and 13. RGB value is (163,38,19). Sum of RGB (Red+Green+Blue) = 163+38+19=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A32613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32613 is #5CD9EC. Grayscale: #494949. Windows color (decimal): -6085101 or 1255075. OLE color: 1255075.

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

Color convert

RGB 163 38 19 -
CMYK 0 0.77 0.88 0.36
HSL 7.92º 0.79% 0.36% -
HSV(B) 7.92º 0.88% 0.64% -
XYZ 15.91 9.22 1.56 -
YUV 73.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 163 38 19 0 0.77 0.88 0.36 7.92 0.79 0.36
Hex A3 26 13 0 4D 58 24 8 4F 24
Octal 243 46 23 0 115 130 44 10 117 44
Binary 10100011 100110 10011 0 1001101 1011000 100100 1000 1001111 100100

Color Harmonies of #A32613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32613

Black with #A32613

Text Example


Text Example

White with #A32613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32613; }

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

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

background-color css

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

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

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

border-color css

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

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

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