Html Css Color HEX #BA3125 Fire Brick

📋 copy color: '#BA3125'

red 186 ◦ green 49 ◦ blue 37

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

Shades of Fire Brick #BA3125

Tints of Fire Brick #BA3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 68.38%
G = 18.01%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3125 (or 0xBA3125) is known color: Fire Brick. HEX triplet: BA, 31 and 25. RGB value is (186,49,37). Sum of RGB (Red+Green+Blue) = 186+49+37=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3125 is #45CEDA. Grayscale: #585858. Windows color (decimal): -4574939 or 2437562. OLE color: 2437562.

HSL color Cylindrical-coordinate representation of color #BA3125: hue angle of 4.83º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3125 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 37 -
CMYK 0 0.74 0.80 0.27
HSL 4.83º 0.67% 0.44% -
HSV(B) 4.83º 0.8% 0.73% -
XYZ 21.68 12.77 3.07 -
YUV 88.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 186 49 37 0 0.74 0.80 0.27 4.83 0.67 0.44
Hex BA 31 25 0 4A 50 1B 5 43 2C
Octal 272 61 45 0 112 120 33 5 103 54
Binary 10111010 110001 100101 0 1001010 1010000 11011 101 1000011 101100

Color Harmonies of #BA3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3125

Black with #BA3125

Text Example


Text Example

White with #BA3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3125; }

 p { color: rgb(186,49,37); }

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

background-color css

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

 a { background-color: rgb(186,49,37); }

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

border-color css

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

 span { border-color: rgb(186,49,37); }

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