Html Css Color HEX #BA3322 Fire Brick

📋 copy color: '#BA3322'

red 186 ◦ green 51 ◦ blue 34

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

Shades of Fire Brick #BA3322

Tints of Fire Brick #BA3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 68.63%
G = 18.82%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA3322 (or 0xBA3322) is known color: Fire Brick. HEX triplet: BA, 33 and 22. RGB value is (186,51,34). Sum of RGB (Red+Green+Blue) = 186+51+34=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3322 is #45CCDD. Grayscale: #595959. Windows color (decimal): -4574430 or 2241466. OLE color: 2241466.

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

Color convert

RGB 186 51 34 -
CMYK 0 0.73 0.82 0.27
HSL 6.71º 0.69% 0.43% -
HSV(B) 6.71º 0.82% 0.73% -
XYZ 21.72 12.92 2.86 -
YUV 89.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 186 51 34 0 0.73 0.82 0.27 6.71 0.69 0.43
Hex BA 33 22 0 49 52 1B 7 45 2B
Octal 272 63 42 0 111 122 33 7 105 53
Binary 10111010 110011 100010 0 1001001 1010010 11011 111 1000101 101011

Color Harmonies of #BA3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3322

Black with #BA3322

Text Example


Text Example

White with #BA3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3322; }

 p { color: rgb(186,51,34); }

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

background-color css

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

 a { background-color: rgb(186,51,34); }

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

border-color css

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

 span { border-color: rgb(186,51,34); }

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