Html Css Color HEX #BA2B22 Fire Brick

📋 copy color: '#BA2B22'

red 186 ◦ green 43 ◦ blue 34

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

Shades of Fire Brick #BA2B22

Tints of Fire Brick #BA2B22

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.35%

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

R = 70.72%
G = 16.35%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA2B22 (or 0xBA2B22) is known color: Fire Brick. HEX triplet: BA, 2B and 22. RGB value is (186,43,34). Sum of RGB (Red+Green+Blue) = 186+43+34=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B22 is #45D4DD. Grayscale: #545454. Windows color (decimal): -4576478 or 2239418. OLE color: 2239418.

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

Color convert

RGB 186 43 34 -
CMYK 0 0.77 0.82 0.27
HSL 3.55º 0.69% 0.43% -
HSV(B) 3.55º 0.82% 0.73% -
XYZ 21.4 12.28 2.76 -
YUV 84.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 186 43 34 0 0.77 0.82 0.27 3.55 0.69 0.43
Hex BA 2B 22 0 4D 52 1B 4 45 2B
Octal 272 53 42 0 115 122 33 4 105 53
Binary 10111010 101011 100010 0 1001101 1010010 11011 100 1000101 101011

Color Harmonies of #BA2B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B22

Black with #BA2B22

Text Example


Text Example

White with #BA2B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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