Html Css Color HEX #BA3227 Fire Brick

📋 copy color: '#BA3227'

red 186 ◦ green 50 ◦ blue 39

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

Shades of Fire Brick #BA3227

Tints of Fire Brick #BA3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 67.64%
G = 18.18%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA3227 (or 0xBA3227) is known color: Fire Brick. HEX triplet: BA, 32 and 27. RGB value is (186,50,39). Sum of RGB (Red+Green+Blue) = 186+50+39=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3227 is #45CDD8. Grayscale: #595959. Windows color (decimal): -4574681 or 2568890. OLE color: 2568890.

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

Color convert

RGB 186 50 39 -
CMYK 0 0.73 0.79 0.27
HSL 4.49º 0.65% 0.44% -
HSV(B) 4.49º 0.79% 0.73% -
XYZ 21.76 12.87 3.26 -
YUV 89.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 186 50 39 0 0.73 0.79 0.27 4.49 0.65 0.44
Hex BA 32 27 0 49 4F 1B 4 41 2C
Octal 272 62 47 0 111 117 33 4 101 54
Binary 10111010 110010 100111 0 1001001 1001111 11011 100 1000001 101100

Color Harmonies of #BA3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3227

Black with #BA3227

Text Example


Text Example

White with #BA3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3227; }

 p { color: rgb(186,50,39); }

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

background-color css

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

 a { background-color: rgb(186,50,39); }

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

border-color css

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

 span { border-color: rgb(186,50,39); }

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