Html Css Color HEX #A6231E Fire Brick

📋 copy color: '#A6231E'

red 166 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #A6231E

Tints of Fire Brick #A6231E

RGB

 RED value IS 166 (65.23% from 255) = 71.86%

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

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 71.86%
G = 15.15%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6231E (or 0xA6231E) is known color: Fire Brick. HEX triplet: A6, 23 and 1E. RGB value is (166,35,30). Sum of RGB (Red+Green+Blue) = 166+35+30=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6231E is #59DCE1. Grayscale: #494949. Windows color (decimal): -5889250 or 1975206. OLE color: 1975206.

HSL color Cylindrical-coordinate representation of color #A6231E: hue angle of 2.21º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6231E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 30 -
CMYK 0 0.79 0.82 0.35
HSL 2.21º 0.69% 0.38% -
HSV(B) 2.21º 0.82% 0.65% -
XYZ 16.56 9.4 2.17 -
YUV 73.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 166 35 30 0 0.79 0.82 0.35 2.21 0.69 0.38
Hex A6 23 1E 0 4F 52 23 2 45 26
Octal 246 43 36 0 117 122 43 2 105 46
Binary 10100110 100011 11110 0 1001111 1010010 100011 10 1000101 100110

Color Harmonies of #A6231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6231E

Black with #A6231E

Text Example


Text Example

White with #A6231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6231E; }

 p { color: rgb(166,35,30); }

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

background-color css

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

 a { background-color: rgb(166,35,30); }

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

border-color css

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

 span { border-color: rgb(166,35,30); }

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