Html Css Color HEX #A32506 Fire Brick

📋 copy color: '#A32506'

red 163 ◦ green 37 ◦ blue 6

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

Shades of Fire Brick #A32506

Tints of Fire Brick #A32506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.91%

R = 79.13%
G = 17.96%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A32506 (or 0xA32506) is known color: Fire Brick. HEX triplet: A3, 25 and 06. RGB value is (163,37,6). Sum of RGB (Red+Green+Blue) = 163+37+6=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A32506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32506 is #5CDAF9. Grayscale: #474747. Windows color (decimal): -6085370 or 402851. OLE color: 402851.

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

Color convert

RGB 163 37 6 -
CMYK 0 0.77 0.96 0.36
HSL 11.85º 0.93% 0.33% -
HSV(B) 11.85º 0.96% 0.64% -
XYZ 15.8 9.12 1.1 -
YUV 71.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 163 37 6 0 0.77 0.96 0.36 11.85 0.93 0.33
Hex A3 25 6 0 4D 60 24 C 5D 21
Octal 243 45 6 0 115 140 44 14 135 41
Binary 10100011 100101 110 0 1001101 1100000 100100 1100 1011101 100001

Color Harmonies of #A32506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32506

Black with #A32506

Text Example


Text Example

White with #A32506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32506; }

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

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

background-color css

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

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

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

border-color css

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

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

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