Html Css Color HEX #BA3224 Fire Brick

📋 copy color: '#BA3224'

red 186 ◦ green 50 ◦ blue 36

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

Shades of Fire Brick #BA3224

Tints of Fire Brick #BA3224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 68.38%
G = 18.38%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3224 (or 0xBA3224) is known color: Fire Brick. HEX triplet: BA, 32 and 24. RGB value is (186,50,36). Sum of RGB (Red+Green+Blue) = 186+50+36=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3224 is #45CDDB. Grayscale: #595959. Windows color (decimal): -4574684 or 2372282. OLE color: 2372282.

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

Color convert

RGB 186 50 36 -
CMYK 0 0.73 0.81 0.27
HSL 5.6º 0.68% 0.44% -
HSV(B) 5.6º 0.81% 0.73% -
XYZ 21.71 12.85 3 -
YUV 89.07 98.06 197.14 -
System Red Green Blue C M Y K H S L
Decimal 186 50 36 0 0.73 0.81 0.27 5.6 0.68 0.44
Hex BA 32 24 0 49 51 1B 6 44 2C
Octal 272 62 44 0 111 121 33 6 104 54
Binary 10111010 110010 100100 0 1001001 1010001 11011 110 1000100 101100

Color Harmonies of #BA3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3224

Black with #BA3224

Text Example


Text Example

White with #BA3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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