Html Css Color HEX #BA3126 Fire Brick

📋 copy color: '#BA3126'

red 186 ◦ green 49 ◦ blue 38

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

Shades of Fire Brick #BA3126

Tints of Fire Brick #BA3126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 68.13%
G = 17.95%
B = 13.92%

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

#BA3126 (or 0xBA3126) is known color: Fire Brick. HEX triplet: BA, 31 and 26. RGB value is (186,49,38). Sum of RGB (Red+Green+Blue) = 186+49+38=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3126 is #45CED9. Grayscale: #585858. Windows color (decimal): -4574938 or 2503098. OLE color: 2503098.

HSL color Cylindrical-coordinate representation of color #BA3126: hue angle of 4.46º degrees, saturation: 0.66, 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 #BA3126 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 38 -
CMYK 0 0.74 0.80 0.27
HSL 4.46º 0.66% 0.44% -
HSV(B) 4.46º 0.8% 0.73% -
XYZ 21.7 12.78 3.16 -
YUV 88.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 186 49 38 0 0.74 0.80 0.27 4.46 0.66 0.44
Hex BA 31 26 0 4A 50 1B 4 42 2C
Octal 272 61 46 0 112 120 33 4 102 54
Binary 10111010 110001 100110 0 1001010 1010000 11011 100 1000010 101100

Color Harmonies of #BA3126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3126

Black with #BA3126

Text Example


Text Example

White with #BA3126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3126; }

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

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

background-color css

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

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

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

border-color css

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

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

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