Html Css Color HEX #A6230A Fire Brick

📋 copy color: '#A6230A'

red 166 ◦ green 35 ◦ blue 10

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

Shades of Fire Brick #A6230A

Tints of Fire Brick #A6230A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.74%

R = 78.67%
G = 16.59%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6230A (or 0xA6230A) is known color: Fire Brick. HEX triplet: A6, 23 and 0A. RGB value is (166,35,10). Sum of RGB (Red+Green+Blue) = 166+35+10=211 (27% of max value = 765). Red value is 166 (65.23% from 255 or 78.67% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 166 - color contains mainly: red. Hex color #A6230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6230A is #59DCF5. Grayscale: #474747. Windows color (decimal): -5889270 or 664486. OLE color: 664486.

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

Color convert

RGB 166 35 10 -
CMYK 0 0.79 0.94 0.35
HSL 9.62º 0.89% 0.35% -
HSV(B) 9.62º 0.94% 0.65% -
XYZ 16.38 9.33 1.22 -
YUV 71.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 166 35 10 0 0.79 0.94 0.35 9.62 0.89 0.35
Hex A6 23 A 0 4F 5E 23 A 59 23
Octal 246 43 12 0 117 136 43 12 131 43
Binary 10100110 100011 1010 0 1001111 1011110 100011 1010 1011001 100011

Color Harmonies of #A6230A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6230A

Black with #A6230A

Text Example


Text Example

White with #A6230A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6230A; }

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

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

background-color css

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

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

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

border-color css

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

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

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