Html Css Color HEX #A32406 Fire Brick

📋 copy color: '#A32406'

red 163 ◦ green 36 ◦ blue 6

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

Shades of Fire Brick #A32406

Tints of Fire Brick #A32406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 79.51%
G = 17.56%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A32406 (or 0xA32406) is known color: Fire Brick. HEX triplet: A3, 24 and 06. RGB value is (163,36,6). Sum of RGB (Red+Green+Blue) = 163+36+6=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A32406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32406 is #5CDBF9. Grayscale: #464646. Windows color (decimal): -6085626 or 402595. OLE color: 402595.

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

Color convert

RGB 163 36 6 -
CMYK 0 0.78 0.96 0.36
HSL 11.46º 0.93% 0.33% -
HSV(B) 11.46º 0.96% 0.64% -
XYZ 15.77 9.06 1.09 -
YUV 70.55 91.58 193.94 -
System Red Green Blue C M Y K H S L
Decimal 163 36 6 0 0.78 0.96 0.36 11.46 0.93 0.33
Hex A3 24 6 0 4E 60 24 B 5D 21
Octal 243 44 6 0 116 140 44 13 135 41
Binary 10100011 100100 110 0 1001110 1100000 100100 1011 1011101 100001

Color Harmonies of #A32406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32406

Black with #A32406

Text Example


Text Example

White with #A32406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32406; }

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

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

background-color css

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

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

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

border-color css

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

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

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