Html Css Color HEX #BA301F Fire Brick

📋 copy color: '#BA301F'

red 186 ◦ green 48 ◦ blue 31

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

Shades of Fire Brick #BA301F

Tints of Fire Brick #BA301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 70.19%
G = 18.11%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA301F (or 0xBA301F) is known color: Fire Brick. HEX triplet: BA, 30 and 1F. RGB value is (186,48,31). Sum of RGB (Red+Green+Blue) = 186+48+31=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA301F is #45CFE0. Grayscale: #575757. Windows color (decimal): -4575201 or 2044090. OLE color: 2044090.

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

Color convert

RGB 186 48 31 -
CMYK 0 0.74 0.83 0.27
HSL 6.58º 0.71% 0.43% -
HSV(B) 6.58º 0.83% 0.73% -
XYZ 21.55 12.65 2.6 -
YUV 87.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 186 48 31 0 0.74 0.83 0.27 6.58 0.71 0.43
Hex BA 30 1F 0 4A 53 1B 7 47 2B
Octal 272 60 37 0 112 123 33 7 107 53
Binary 10111010 110000 11111 0 1001010 1010011 11011 111 1000111 101011

Color Harmonies of #BA301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA301F

Black with #BA301F

Text Example


Text Example

White with #BA301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA301F; }

 p { color: rgb(186,48,31); }

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

background-color css

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

 a { background-color: rgb(186,48,31); }

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

border-color css

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

 span { border-color: rgb(186,48,31); }

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