Html Css Color HEX #BA2623 Fire Brick

📋 copy color: '#BA2623'

red 186 ◦ green 38 ◦ blue 35

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

Shades of Fire Brick #BA2623

Tints of Fire Brick #BA2623

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 71.81%
G = 14.67%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2623 (or 0xBA2623) is known color: Fire Brick. HEX triplet: BA, 26 and 23. RGB value is (186,38,35). Sum of RGB (Red+Green+Blue) = 186+38+35=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2623 is #45D9DC. Grayscale: #525252. Windows color (decimal): -4577757 or 2303674. OLE color: 2303674.

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

Color convert

RGB 186 38 35 -
CMYK 0 0.80 0.81 0.27
HSL 1.19º 0.68% 0.43% -
HSV(B) 1.19º 0.81% 0.73% -
XYZ 21.25 11.95 2.78 -
YUV 81.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 186 38 35 0 0.80 0.81 0.27 1.19 0.68 0.43
Hex BA 26 23 0 50 51 1B 1 44 2B
Octal 272 46 43 0 120 121 33 1 104 53
Binary 10111010 100110 100011 0 1010000 1010001 11011 1 1000100 101011

Color Harmonies of #BA2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2623

Black with #BA2623

Text Example


Text Example

White with #BA2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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