Html Css Color HEX #A6210F Fire Brick

📋 copy color: '#A6210F'

red 166 ◦ green 33 ◦ blue 15

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

Shades of Fire Brick #A6210F

Tints of Fire Brick #A6210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 77.57%
G = 15.42%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6210F (or 0xA6210F) is known color: Fire Brick. HEX triplet: A6, 21 and 0F. RGB value is (166,33,15). Sum of RGB (Red+Green+Blue) = 166+33+15=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6210F is #59DEF0. Grayscale: #464646. Windows color (decimal): -5889777 or 991654. OLE color: 991654.

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

Color convert

RGB 166 33 15 -
CMYK 0 0.80 0.91 0.35
HSL 7.15º 0.83% 0.35% -
HSV(B) 7.15º 0.91% 0.65% -
XYZ 16.36 9.23 1.37 -
YUV 70.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 166 33 15 0 0.80 0.91 0.35 7.15 0.83 0.35
Hex A6 21 F 0 50 5B 23 7 53 23
Octal 246 41 17 0 120 133 43 7 123 43
Binary 10100110 100001 1111 0 1010000 1011011 100011 111 1010011 100011

Color Harmonies of #A6210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6210F

Black with #A6210F

Text Example


Text Example

White with #A6210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6210F; }

 p { color: rgb(166,33,15); }

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

background-color css

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

 a { background-color: rgb(166,33,15); }

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

border-color css

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

 span { border-color: rgb(166,33,15); }

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