Html Css Color HEX #BA2C25 Fire Brick

📋 copy color: '#BA2C25'

red 186 ◦ green 44 ◦ blue 37

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

Shades of Fire Brick #BA2C25

Tints of Fire Brick #BA2C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 69.66%
G = 16.48%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2C25 (or 0xBA2C25) is known color: Fire Brick. HEX triplet: BA, 2C and 25. RGB value is (186,44,37). Sum of RGB (Red+Green+Blue) = 186+44+37=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C25 is #45D3DA. Grayscale: #555555. Windows color (decimal): -4576219 or 2436282. OLE color: 2436282.

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

Color convert

RGB 186 44 37 -
CMYK 0 0.76 0.80 0.27
HSL 2.82º 0.67% 0.44% -
HSV(B) 2.82º 0.8% 0.73% -
XYZ 21.48 12.37 3.01 -
YUV 85.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 186 44 37 0 0.76 0.80 0.27 2.82 0.67 0.44
Hex BA 2C 25 0 4C 50 1B 3 43 2C
Octal 272 54 45 0 114 120 33 3 103 54
Binary 10111010 101100 100101 0 1001100 1010000 11011 11 1000011 101100

Color Harmonies of #BA2C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C25

Black with #BA2C25

Text Example


Text Example

White with #BA2C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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