Html Css Color HEX #BA3228 Fire Brick

📋 copy color: '#BA3228'

red 186 ◦ green 50 ◦ blue 40

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

Shades of Fire Brick #BA3228

Tints of Fire Brick #BA3228

RGB

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

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

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

R = 67.39%
G = 18.12%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3228 (or 0xBA3228) is known color: Fire Brick. HEX triplet: BA, 32 and 28. RGB value is (186,50,40). Sum of RGB (Red+Green+Blue) = 186+50+40=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3228 is #45CDD7. Grayscale: #595959. Windows color (decimal): -4574680 or 2634426. OLE color: 2634426.

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

Color convert

RGB 186 50 40 -
CMYK 0 0.73 0.78 0.27
HSL 4.11º 0.65% 0.44% -
HSV(B) 4.11º 0.78% 0.73% -
XYZ 21.77 12.87 3.34 -
YUV 89.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 186 50 40 0 0.73 0.78 0.27 4.11 0.65 0.44
Hex BA 32 28 0 49 4E 1B 4 41 2C
Octal 272 62 50 0 111 116 33 4 101 54
Binary 10111010 110010 101000 0 1001001 1001110 11011 100 1000001 101100

Color Harmonies of #BA3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3228

Black with #BA3228

Text Example


Text Example

White with #BA3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3228; }

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

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

background-color css

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

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

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

border-color css

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

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

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