Html Css Color HEX #BA190B Fire Brick

📋 copy color: '#BA190B'

red 186 ◦ green 25 ◦ blue 11

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

Shades of Fire Brick #BA190B

Tints of Fire Brick #BA190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 83.78%
G = 11.26%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA190B (or 0xBA190B) is known color: Fire Brick. HEX triplet: BA, 19 and 0B. RGB value is (186,25,11). Sum of RGB (Red+Green+Blue) = 186+25+11=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA190B is #45E6F4. Grayscale: #474747. Windows color (decimal): -4581109 or 727482. OLE color: 727482.

HSL color Cylindrical-coordinate representation of color #BA190B: hue angle of 4.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA190B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 11 -
CMYK 0 0.87 0.94 0.27
HSL 4.8º 0.89% 0.39% -
HSV(B) 4.8º 0.94% 0.73% -
XYZ 20.66 11.16 1.38 -
YUV 71.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 186 25 11 0 0.87 0.94 0.27 4.8 0.89 0.39
Hex BA 19 B 0 57 5E 1B 5 59 27
Octal 272 31 13 0 127 136 33 5 131 47
Binary 10111010 11001 1011 0 1010111 1011110 11011 101 1011001 100111

Color Harmonies of #BA190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA190B

Black with #BA190B

Text Example


Text Example

White with #BA190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA190B; }

 p { color: rgb(186,25,11); }

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

background-color css

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

 a { background-color: rgb(186,25,11); }

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

border-color css

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

 span { border-color: rgb(186,25,11); }

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