Html Css Color HEX #BA2923 Fire Brick

📋 copy color: '#BA2923'

red 186 ◦ green 41 ◦ blue 35

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

Shades of Fire Brick #BA2923

Tints of Fire Brick #BA2923

RGB

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

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

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

R = 70.99%
G = 15.65%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2923 (or 0xBA2923) is known color: Fire Brick. HEX triplet: BA, 29 and 23. RGB value is (186,41,35). Sum of RGB (Red+Green+Blue) = 186+41+35=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2923 is #45D6DC. Grayscale: #535353. Windows color (decimal): -4576989 or 2304442. OLE color: 2304442.

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

Color convert

RGB 186 41 35 -
CMYK 0 0.78 0.81 0.27
HSL 2.38º 0.68% 0.43% -
HSV(B) 2.38º 0.81% 0.73% -
XYZ 21.35 12.15 2.81 -
YUV 83.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 186 41 35 0 0.78 0.81 0.27 2.38 0.68 0.43
Hex BA 29 23 0 4E 51 1B 2 44 2B
Octal 272 51 43 0 116 121 33 2 104 53
Binary 10111010 101001 100011 0 1001110 1010001 11011 10 1000100 101011

Color Harmonies of #BA2923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2923

Black with #BA2923

Text Example


Text Example

White with #BA2923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2923; }

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

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

background-color css

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

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

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

border-color css

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

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

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