Html Css Color HEX #A6250B Fire Brick

📋 copy color: '#A6250B'

red 166 ◦ green 37 ◦ blue 11

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

Shades of Fire Brick #A6250B

Tints of Fire Brick #A6250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 77.57%
G = 17.29%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6250B (or 0xA6250B) is known color: Fire Brick. HEX triplet: A6, 25 and 0B. RGB value is (166,37,11). Sum of RGB (Red+Green+Blue) = 166+37+11=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6250B is #59DAF4. Grayscale: #484848. Windows color (decimal): -5888757 or 730534. OLE color: 730534.

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

Color convert

RGB 166 37 11 -
CMYK 0 0.78 0.93 0.35
HSL 10.06º 0.88% 0.35% -
HSV(B) 10.06º 0.93% 0.65% -
XYZ 16.45 9.45 1.27 -
YUV 72.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 166 37 11 0 0.78 0.93 0.35 10.06 0.88 0.35
Hex A6 25 B 0 4E 5D 23 A 58 23
Octal 246 45 13 0 116 135 43 12 130 43
Binary 10100110 100101 1011 0 1001110 1011101 100011 1010 1011000 100011

Color Harmonies of #A6250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6250B

Black with #A6250B

Text Example


Text Example

White with #A6250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6250B; }

 p { color: rgb(166,37,11); }

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

background-color css

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

 a { background-color: rgb(166,37,11); }

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

border-color css

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

 span { border-color: rgb(166,37,11); }

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