Html Css Color HEX #BA2C23 Fire Brick

📋 copy color: '#BA2C23'

red 186 ◦ green 44 ◦ blue 35

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

Shades of Fire Brick #BA2C23

Tints of Fire Brick #BA2C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 70.19%
G = 16.6%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2C23 (or 0xBA2C23) is known color: Fire Brick. HEX triplet: BA, 2C and 23. RGB value is (186,44,35). Sum of RGB (Red+Green+Blue) = 186+44+35=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C23 is #45D3DC. Grayscale: #555555. Windows color (decimal): -4576221 or 2305210. OLE color: 2305210.

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

Color convert

RGB 186 44 35 -
CMYK 0 0.76 0.81 0.27
HSL 3.58º 0.68% 0.43% -
HSV(B) 3.58º 0.81% 0.73% -
XYZ 21.45 12.36 2.85 -
YUV 85.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 186 44 35 0 0.76 0.81 0.27 3.58 0.68 0.43
Hex BA 2C 23 0 4C 51 1B 4 44 2B
Octal 272 54 43 0 114 121 33 4 104 53
Binary 10111010 101100 100011 0 1001100 1010001 11011 100 1000100 101011

Color Harmonies of #BA2C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C23

Black with #BA2C23

Text Example


Text Example

White with #BA2C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C23; }

 p { color: rgb(186,44,35); }

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

background-color css

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

 a { background-color: rgb(186,44,35); }

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

border-color css

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

 span { border-color: rgb(186,44,35); }

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