Html Css Color HEX #A6231A Fire Brick

📋 copy color: '#A6231A'

red 166 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #A6231A

Tints of Fire Brick #A6231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 73.13%
G = 15.42%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6231A (or 0xA6231A) is known color: Fire Brick. HEX triplet: A6, 23 and 1A. RGB value is (166,35,26). Sum of RGB (Red+Green+Blue) = 166+35+26=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6231A is #59DCE5. Grayscale: #494949. Windows color (decimal): -5889254 or 1713062. OLE color: 1713062.

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

Color convert

RGB 166 35 26 -
CMYK 0 0.79 0.84 0.35
HSL 3.86º 0.73% 0.38% -
HSV(B) 3.86º 0.84% 0.65% -
XYZ 16.51 9.38 1.92 -
YUV 73.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 166 35 26 0 0.79 0.84 0.35 3.86 0.73 0.38
Hex A6 23 1A 0 4F 54 23 4 49 26
Octal 246 43 32 0 117 124 43 4 111 46
Binary 10100110 100011 11010 0 1001111 1010100 100011 100 1001001 100110

Color Harmonies of #A6231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6231A

Black with #A6231A

Text Example


Text Example

White with #A6231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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