Html Css Color HEX #BA3120 Fire Brick

📋 copy color: '#BA3120'

red 186 ◦ green 49 ◦ blue 32

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

Shades of Fire Brick #BA3120

Tints of Fire Brick #BA3120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 69.66%
G = 18.35%
B = 11.99%

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

#BA3120 (or 0xBA3120) is known color: Fire Brick. HEX triplet: BA, 31 and 20. RGB value is (186,49,32). Sum of RGB (Red+Green+Blue) = 186+49+32=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3120 is #45CEDF. Grayscale: #585858. Windows color (decimal): -4574944 or 2109882. OLE color: 2109882.

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

Color convert

RGB 186 49 32 -
CMYK 0 0.74 0.83 0.27
HSL 6.62º 0.71% 0.43% -
HSV(B) 6.62º 0.83% 0.73% -
XYZ 21.61 12.74 2.69 -
YUV 88.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 186 49 32 0 0.74 0.83 0.27 6.62 0.71 0.43
Hex BA 31 20 0 4A 53 1B 7 47 2B
Octal 272 61 40 0 112 123 33 7 107 53
Binary 10111010 110001 100000 0 1001010 1010011 11011 111 1000111 101011

Color Harmonies of #BA3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3120

Black with #BA3120

Text Example


Text Example

White with #BA3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3120; }

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

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

background-color css

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

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

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

border-color css

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

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

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