Html Css Color HEX #A32508 Fire Brick

📋 copy color: '#A32508'

red 163 ◦ green 37 ◦ blue 8

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

Shades of Fire Brick #A32508

Tints of Fire Brick #A32508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 8 (3.52% from 255) = 3.85%

R = 78.37%
G = 17.79%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A32508 (or 0xA32508) is known color: Fire Brick. HEX triplet: A3, 25 and 08. RGB value is (163,37,8). Sum of RGB (Red+Green+Blue) = 163+37+8=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A32508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32508 is #5CDAF7. Grayscale: #474747. Windows color (decimal): -6085368 or 533923. OLE color: 533923.

HSL color Cylindrical-coordinate representation of color #A32508: hue angle of 11.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A32508 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 37 8 -
CMYK 0 0.77 0.95 0.36
HSL 11.23º 0.91% 0.34% -
HSV(B) 11.23º 0.95% 0.64% -
XYZ 15.81 9.13 1.16 -
YUV 71.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 163 37 8 0 0.77 0.95 0.36 11.23 0.91 0.34
Hex A3 25 8 0 4D 5F 24 B 5B 22
Octal 243 45 10 0 115 137 44 13 133 42
Binary 10100011 100101 1000 0 1001101 1011111 100100 1011 1011011 100010

Color Harmonies of #A32508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32508

Black with #A32508

Text Example


Text Example

White with #A32508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32508; }

 p { color: rgb(163,37,8); }

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

background-color css

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

 a { background-color: rgb(163,37,8); }

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

border-color css

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

 span { border-color: rgb(163,37,8); }

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