Html Css Color HEX #BA2929 Fire Brick

📋 copy color: '#BA2929'

red 186 ◦ green 41 ◦ blue 41

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

Shades of Fire Brick #BA2929

Tints of Fire Brick #BA2929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 69.4%
G = 15.3%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA2929 (or 0xBA2929) is known color: Fire Brick. HEX triplet: BA, 29 and 29. RGB value is (186,41,41). Sum of RGB (Red+Green+Blue) = 186+41+41=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2929 is #45D6D6. Grayscale: #545454. Windows color (decimal): -4576983 or 2697658. OLE color: 2697658.

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

Color convert

RGB 186 41 41 -
CMYK 0 0.78 0.78 0.27
HSL 0.64% 0.45% -
HSV(B) 0.78% 0.73% -
XYZ 21.44 12.19 3.32 -
YUV 84.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 186 41 41 0 0.78 0.78 0.27 0 0.64 0.45
Hex BA 29 29 0 4E 4E 1B 0 40 2D
Octal 272 51 51 0 116 116 33 0 100 55
Binary 10111010 101001 101001 0 1001110 1001110 11011 0 1000000 101101

Color Harmonies of #BA2929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2929

Black with #BA2929

Text Example


Text Example

White with #BA2929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2929; }

 p { color: rgb(186,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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