Html Css Color HEX #BA1D0F Fire Brick

📋 copy color: '#BA1D0F'

red 186 ◦ green 29 ◦ blue 15

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

Shades of Fire Brick #BA1D0F

Tints of Fire Brick #BA1D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.61%

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

R = 80.87%
G = 12.61%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA1D0F (or 0xBA1D0F) is known color: Fire Brick. HEX triplet: BA, 1D and 0F. RGB value is (186,29,15). Sum of RGB (Red+Green+Blue) = 186+29+15=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D0F is #45E2F0. Grayscale: #4A4A4A. Windows color (decimal): -4580081 or 990650. OLE color: 990650.

HSL color Cylindrical-coordinate representation of color #BA1D0F: hue angle of 4.91º 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 #BA1D0F is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 29 15 -
CMYK 0 0.84 0.92 0.27
HSL 4.91º 0.85% 0.39% -
HSV(B) 4.91º 0.92% 0.73% -
XYZ 20.78 11.35 1.55 -
YUV 74.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 186 29 15 0 0.84 0.92 0.27 4.91 0.85 0.39
Hex BA 1D F 0 54 5C 1B 5 55 27
Octal 272 35 17 0 124 134 33 5 125 47
Binary 10111010 11101 1111 0 1010100 1011100 11011 101 1010101 100111

Color Harmonies of #BA1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D0F

Black with #BA1D0F

Text Example


Text Example

White with #BA1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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