Html Css Color HEX #BA3128 Fire Brick

📋 copy color: '#BA3128'

red 186 ◦ green 49 ◦ blue 40

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

Shades of Fire Brick #BA3128

Tints of Fire Brick #BA3128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.55%

R = 67.64%
G = 17.82%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3128 (or 0xBA3128) is known color: Fire Brick. HEX triplet: BA, 31 and 28. RGB value is (186,49,40). Sum of RGB (Red+Green+Blue) = 186+49+40=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3128 is #45CED7. Grayscale: #595959. Windows color (decimal): -4574936 or 2634170. OLE color: 2634170.

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

Color convert

RGB 186 49 40 -
CMYK 0 0.74 0.78 0.27
HSL 3.7º 0.65% 0.44% -
HSV(B) 3.7º 0.78% 0.73% -
XYZ 21.73 12.79 3.33 -
YUV 88.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 186 49 40 0 0.74 0.78 0.27 3.7 0.65 0.44
Hex BA 31 28 0 4A 4E 1B 4 41 2C
Octal 272 61 50 0 112 116 33 4 101 54
Binary 10111010 110001 101000 0 1001010 1001110 11011 100 1000001 101100

Color Harmonies of #BA3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3128

Black with #BA3128

Text Example


Text Example

White with #BA3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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