Html Css Color HEX #BA2323 Fire Brick

📋 copy color: '#BA2323'

red 186 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #BA2323

Tints of Fire Brick #BA2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 72.66%
G = 13.67%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2323 (or 0xBA2323) is known color: Fire Brick. HEX triplet: BA, 23 and 23. RGB value is (186,35,35). Sum of RGB (Red+Green+Blue) = 186+35+35=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2323 is #45DCDC. Grayscale: #505050. Windows color (decimal): -4578525 or 2302906. OLE color: 2302906.

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

Color convert

RGB 186 35 35 -
CMYK 0 0.81 0.81 0.27
HSL 0.68% 0.43% -
HSV(B) 0.81% 0.73% -
XYZ 21.15 11.76 2.75 -
YUV 80.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 186 35 35 0 0.81 0.81 0.27 0 0.68 0.43
Hex BA 23 23 0 51 51 1B 0 44 2B
Octal 272 43 43 0 121 121 33 0 104 53
Binary 10111010 100011 100011 0 1010001 1010001 11011 0 1000100 101011

Color Harmonies of #BA2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2323

Black with #BA2323

Text Example


Text Example

White with #BA2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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