Html Css Color HEX #BA150F Fire Brick

📋 copy color: '#BA150F'

red 186 ◦ green 21 ◦ blue 15

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

Shades of Fire Brick #BA150F

Tints of Fire Brick #BA150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 83.78%
G = 9.46%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA150F (or 0xBA150F) is known color: Fire Brick. HEX triplet: BA, 15 and 0F. RGB value is (186,21,15). Sum of RGB (Red+Green+Blue) = 186+21+15=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150F is #45EAF0. Grayscale: #454545. Windows color (decimal): -4582129 or 988602. OLE color: 988602.

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

Color convert

RGB 186 21 15 -
CMYK 0 0.89 0.92 0.27
HSL 2.11º 0.85% 0.39% -
HSV(B) 2.11º 0.92% 0.73% -
XYZ 20.6 11.01 1.49 -
YUV 69.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 186 21 15 0 0.89 0.92 0.27 2.11 0.85 0.39
Hex BA 15 F 0 59 5C 1B 2 55 27
Octal 272 25 17 0 131 134 33 2 125 47
Binary 10111010 10101 1111 0 1011001 1011100 11011 10 1010101 100111

Color Harmonies of #BA150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA150F

Black with #BA150F

Text Example


Text Example

White with #BA150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA150F; }

 p { color: rgb(186,21,15); }

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

background-color css

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

 a { background-color: rgb(186,21,15); }

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

border-color css

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

 span { border-color: rgb(186,21,15); }

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