Html Css Color HEX #BA3226 Fire Brick

📋 copy color: '#BA3226'

red 186 ◦ green 50 ◦ blue 38

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

Shades of Fire Brick #BA3226

Tints of Fire Brick #BA3226

RGB

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

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

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

R = 67.88%
G = 18.25%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA3226 (or 0xBA3226) is known color: Fire Brick. HEX triplet: BA, 32 and 26. RGB value is (186,50,38). Sum of RGB (Red+Green+Blue) = 186+50+38=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3226 is #45CDD9. Grayscale: #595959. Windows color (decimal): -4574682 or 2503354. OLE color: 2503354.

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

Color convert

RGB 186 50 38 -
CMYK 0 0.73 0.80 0.27
HSL 4.86º 0.66% 0.44% -
HSV(B) 4.86º 0.8% 0.73% -
XYZ 21.74 12.86 3.17 -
YUV 89.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 186 50 38 0 0.73 0.80 0.27 4.86 0.66 0.44
Hex BA 32 26 0 49 50 1B 5 42 2C
Octal 272 62 46 0 111 120 33 5 102 54
Binary 10111010 110010 100110 0 1001001 1010000 11011 101 1000010 101100

Color Harmonies of #BA3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3226

Black with #BA3226

Text Example


Text Example

White with #BA3226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3226; }

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

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

background-color css

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

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

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

border-color css

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

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

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