Html Css Color HEX #BA1611 Fire Brick

📋 copy color: '#BA1611'

red 186 ◦ green 22 ◦ blue 17

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

Shades of Fire Brick #BA1611

Tints of Fire Brick #BA1611

RGB

 RED value IS 186 (73.05% from 255) = 82.67%

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 82.67%
G = 9.78%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA1611 (or 0xBA1611) is known color: Fire Brick. HEX triplet: BA, 16 and 11. RGB value is (186,22,17). Sum of RGB (Red+Green+Blue) = 186+22+17=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1611 is #45E9EE. Grayscale: #464646. Windows color (decimal): -4581871 or 1119930. OLE color: 1119930.

HSL color Cylindrical-coordinate representation of color #BA1611: hue angle of 1.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1611 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 17 -
CMYK 0 0.88 0.91 0.27
HSL 1.78º 0.83% 0.4% -
HSV(B) 1.78º 0.91% 0.73% -
XYZ 20.64 11.05 1.58 -
YUV 70.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 186 22 17 0 0.88 0.91 0.27 1.78 0.83 0.4
Hex BA 16 11 0 58 5B 1B 2 53 28
Octal 272 26 21 0 130 133 33 2 123 50
Binary 10111010 10110 10001 0 1011000 1011011 11011 10 1010011 101000

Color Harmonies of #BA1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1611

Black with #BA1611

Text Example


Text Example

White with #BA1611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1611; }

 p { color: rgb(186,22,17); }

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

background-color css

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

 a { background-color: rgb(186,22,17); }

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

border-color css

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

 span { border-color: rgb(186,22,17); }

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